pokemon-reverse-engineering.../.gitignore
Bryan Bishop c80af2798e allow (some) json files in the repo
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.
2013-09-12 00:46:21 -05:00

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/