summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-08-29 11:30:57 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-08-29 11:32:12 +0200
commit7c4b75cfeabb988ba975283fa58a53cb3b67bd8e (patch)
treec1906a0e4966a5673e731810ebc00ceef1c33a95 /.gitignore
parenta8dcd07c9226d4c97ca32e50363697708ba2b227 (diff)
Ignore pyc files in git
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e3ca5562d539..58f491f333bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,9 @@
*~
.*.sw[op]
+# python generated file
+*.pyc
+
# where the 'subrepos' and downloads are located
/clone
/src