add .gitignore for *.pyc files

This commit is contained in:
jriegel
2012-05-19 19:45:26 +02:00
committed by Stefan Tröger
parent 8f11dc5492
commit f29c33c7dc

4
src/Tools/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# ignore the pyc files created while compile
*.pyc
generateBase/*.pyc
generateTemplates/*.pyc