Ignore pyc files in git

This commit is contained in:
Cédric Bosdonnat
2011-08-29 11:30:57 +02:00
parent a8dcd07c92
commit 7c4b75cfea

3
.gitignore vendored
View File

@@ -2,6 +2,9 @@
*~ *~
.*.sw[op] .*.sw[op]
# python generated file
*.pyc
# where the 'subrepos' and downloads are located # where the 'subrepos' and downloads are located
/clone /clone
/src /src