python byte-compiled files are not part of the source tree

* .gitignore: Ignore pyc extension.
This commit is contained in:
Daniel Dehennin 2012-07-23 15:19:02 +02:00
parent 929ca66bd7
commit 6118db13e4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*~
*#
*.pyc
build/