Added .gitignore file

This file will cause git to ignore *.pyc files.
This commit is contained in:
Bryan Schumaker 2010-10-21 07:58:54 -04:00
parent f1fc5caf07
commit b697abb8e0
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pyc