write comment in .gitignore

This commit is contained in:
Bryan Bishop 2013-08-03 12:17:28 -05:00
parent c7a649c47d
commit 1c3ebf956d

5
.gitignore vendored
View File

@ -1,6 +1,9 @@
# precompiled python
*.pyc
# precompiled jython
*$py.class
# compiled object file
*.o
@ -37,5 +40,3 @@ pokecrystal.rtc
# some users are dumping png.py into extras/
extras/png.py
*$py.class