You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/08/03 22:51:50 UTC

[41/52] [abbrv] git commit: add some standard extensions to ignore list

add some standard extensions to ignore list


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/cf621352
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/cf621352
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/cf621352

Branch: refs/heads/3.3.x
Commit: cf62135205c23f4ea8fa3c67ea7302cf61430606
Parents: be8fd6c
Author: Igor Galić <i....@brainsware.org>
Authored: Fri Aug 2 00:53:37 2013 +0200
Committer: Igor Galić <i....@brainsware.org>
Committed: Fri Aug 2 00:53:37 2013 +0200

----------------------------------------------------------------------
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cf621352/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 9a4b056..036d524 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.o
 *.a
 *.so
+*.pyc
 *.in
 *~
 *.tar.gz
@@ -8,6 +9,7 @@
 *.la
 *.log
 *.trs
+.*.sw*
 
 .deps