2013-01-19 21:28:31 -08:00
|
|
|
# precompiled python
|
2012-03-04 19:31:27 -08:00
|
|
|
*.pyc
|
|
|
|
|
2013-01-19 21:28:31 -08:00
|
|
|
# compiled object file
|
2012-03-04 19:31:27 -08:00
|
|
|
*.o
|
|
|
|
|
2013-01-19 21:28:31 -08:00
|
|
|
# no binaries
|
2012-03-04 19:31:27 -08:00
|
|
|
*.exe
|
|
|
|
|
2013-01-19 21:28:31 -08:00
|
|
|
# roms
|
2012-03-04 19:31:27 -08:00
|
|
|
*.gbc
|
2013-01-19 21:31:32 -08:00
|
|
|
*.gb
|
2012-03-04 19:31:27 -08:00
|
|
|
|
2013-01-19 21:28:31 -08:00
|
|
|
# generated
|
2012-03-04 19:31:27 -08:00
|
|
|
*.tx
|
|
|
|
|
2013-01-19 21:28:31 -08:00
|
|
|
# swap files for vim
|
2012-03-04 19:31:27 -08:00
|
|
|
.*.swp
|
|
|
|
|
2013-02-07 18:09:26 -08:00
|
|
|
# swap files for gedit
|
|
|
|
*~
|
|
|
|
|
2013-01-19 21:28:31 -08:00
|
|
|
# no data from extras/
|
2012-03-04 19:31:27 -08:00
|
|
|
extras/*.json
|
|
|
|
|
2013-01-19 21:28:31 -08:00
|
|
|
# for any of the poor souls with save game files in their working directory
|
2012-03-04 19:31:27 -08:00
|
|
|
baserom.sgm
|
|
|
|
baserom.sav
|
2013-04-06 21:26:50 -07:00
|
|
|
baserom.rtc
|
|
|
|
pokecrystal.sgm
|
|
|
|
pokecrystal.sav
|
|
|
|
pokecrystal.rtc
|
2012-03-04 19:31:27 -08:00
|
|
|
|
2013-01-19 21:28:31 -08:00
|
|
|
# for vim configuration
|
|
|
|
# url: http://www.vim.org/scripts/script.php?script_id=441
|
2012-03-04 19:31:27 -08:00
|
|
|
.lvimrc
|
2013-05-11 19:45:15 -07:00
|
|
|
|
|
|
|
# some users are dumping png.py into extras/
|
|
|
|
extras/png.py
|
2013-06-25 21:25:49 -07:00
|
|
|
|
|
|
|
*$py.class
|