add a .gitignore file to make git ignore *.pyc files

Change-Id: Ie8877ca9c1152681433a638a5e4d20948326f7ca
This commit is contained in:
Doug Zongker 2010-01-22 10:23:45 -08:00
parent 6bc8ddcc48
commit b14c3fd119
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored Normal file
View File

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