Added .gitignore file to make git ignore .pyc files

This commit is contained in:
Yorik van Havre 2012-10-30 10:05:11 -02:00
parent be940cbd06
commit 9d29b90030

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# file types to ignore
*.pyc