Add *.pyc to .gitignore

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-05 21:24:54 +09:00
parent 18064d1626
commit 6f0c88580f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
*.lo
*.m4
*.o
*.pyc
.deps/
.libs/
INSTALL