mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
write comment in .gitignore
This commit is contained in:
parent
c7a649c47d
commit
1c3ebf956d
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,6 +1,9 @@
|
|||||||
# precompiled python
|
# precompiled python
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# precompiled jython
|
||||||
|
*$py.class
|
||||||
|
|
||||||
# compiled object file
|
# compiled object file
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
@ -37,5 +40,3 @@ pokecrystal.rtc
|
|||||||
|
|
||||||
# some users are dumping png.py into extras/
|
# some users are dumping png.py into extras/
|
||||||
extras/png.py
|
extras/png.py
|
||||||
|
|
||||||
*$py.class
|
|
||||||
|
Loading…
Reference in New Issue
Block a user