diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-08-29 11:30:57 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-08-29 11:32:12 +0200 |
commit | 7c4b75cfeabb988ba975283fa58a53cb3b67bd8e (patch) | |
tree | c1906a0e4966a5673e731810ebc00ceef1c33a95 | |
parent | a8dcd07c9226d4c97ca32e50363697708ba2b227 (diff) |
Ignore pyc files in git
-rw-r--r-- | .gitignore | 3 |
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 |