mirror of https://github.com/pret/pokecrystal.git
write comment in .gitignore
This commit is contained in:
parent
c7a649c47d
commit
1c3ebf956d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue