2013-09-11 20:54:26 -04:00
|
|
|
# global label defs are generated
|
|
|
|
globals.asm
|
|
|
|
|
2013-01-19 23:28:31 -06:00
|
|
|
# precompiled python
|
2012-03-04 21:31:27 -06:00
|
|
|
*.pyc
|
|
|
|
|
2013-08-03 12:17:28 -05:00
|
|
|
# precompiled jython
|
|
|
|
*$py.class
|
|
|
|
|
2013-01-19 23:28:31 -06:00
|
|
|
# compiled object file
|
2012-03-04 21:31:27 -06:00
|
|
|
*.o
|
|
|
|
|
2013-01-19 23:28:31 -06:00
|
|
|
# no binaries
|
2012-03-04 21:31:27 -06:00
|
|
|
*.exe
|
|
|
|
|
2013-01-19 23:28:31 -06:00
|
|
|
# roms
|
2012-03-04 21:31:27 -06:00
|
|
|
*.gbc
|
2013-01-19 23:31:32 -06:00
|
|
|
*.gb
|
2012-03-04 21:31:27 -06:00
|
|
|
|
2013-10-10 23:45:48 -04:00
|
|
|
# rgbds extras
|
|
|
|
*.map
|
|
|
|
*.sym
|
|
|
|
|
2013-01-19 23:28:31 -06:00
|
|
|
# generated
|
2012-03-04 21:31:27 -06:00
|
|
|
*.tx
|
|
|
|
|
2013-01-19 23:28:31 -06:00
|
|
|
# swap files for vim
|
2012-03-04 21:31:27 -06:00
|
|
|
.*.swp
|
|
|
|
|
2013-02-07 20:09:26 -06:00
|
|
|
# swap files for gedit
|
|
|
|
*~
|
|
|
|
|
2013-01-19 23:28:31 -06:00
|
|
|
# no data from extras/
|
2012-03-04 21:31:27 -06:00
|
|
|
extras/*.json
|
|
|
|
|
2013-01-19 23:28:31 -06:00
|
|
|
# for any of the poor souls with save game files in their working directory
|
2013-12-27 22:22:38 -05:00
|
|
|
*.sgm
|
|
|
|
*.sav
|
|
|
|
*.rtc
|
|
|
|
|
|
|
|
# compare.sh
|
|
|
|
baserom.txt
|
|
|
|
pokecrystal.txt
|
2012-03-04 21:31:27 -06:00
|
|
|
|
2013-01-19 23:28:31 -06:00
|
|
|
# for vim configuration
|
|
|
|
# url: http://www.vim.org/scripts/script.php?script_id=441
|
2012-03-04 21:31:27 -06:00
|
|
|
.lvimrc
|
2013-05-11 21:45:15 -05:00
|
|
|
|
|
|
|
# some users are dumping png.py into extras/
|
|
|
|
extras/png.py
|