mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
This ignores only "labels.json", which so far has been the only problematic json file. This is a file generated by gbz80disasm. Other json files might be necessary in the future, and it's okay to let them in.
40 lines
463 B
Plaintext
40 lines
463 B
Plaintext
# precompiled python
|
|
*.pyc
|
|
|
|
# precompiled jython
|
|
*$py.class
|
|
|
|
# compiled object file
|
|
*.o
|
|
|
|
# no binaries
|
|
*.exe
|
|
|
|
# roms
|
|
*.gbc
|
|
*.gb
|
|
|
|
# generated
|
|
*.tx
|
|
|
|
# swap files for vim
|
|
.*.swp
|
|
|
|
# swap files for gedit
|
|
*~
|
|
|
|
# labels.json is auto-generated by gbz80disasm
|
|
labels.json
|
|
|
|
# for vim configuration
|
|
# url: http://www.vim.org/scripts/script.php?script_id=441
|
|
.lvimrc
|
|
|
|
# some users are dumping png.py into extras/
|
|
png.py
|
|
|
|
# python packaging
|
|
pokemontools.egg-info/
|
|
dist/
|
|
build/
|