2020-07-05 16:00:57 -07:00
|
|
|
# compiled objects
|
2013-12-27 19:26:10 -08:00
|
|
|
*.o
|
2013-09-11 17:54:26 -07:00
|
|
|
|
2020-07-05 16:00:57 -07:00
|
|
|
# compiled graphics
|
|
|
|
*.1bpp
|
|
|
|
*.2bpp
|
|
|
|
*.lz
|
|
|
|
*.gbcpal
|
|
|
|
*.dimensions
|
|
|
|
*.animated.tilemap
|
|
|
|
*.sgb.tilemap
|
|
|
|
gfx/pokemon/*/bitmask.asm
|
|
|
|
gfx/pokemon/*/frames.asm
|
|
|
|
!gfx/pokemon/unown/bitmask.asm
|
|
|
|
!gfx/pokemon/unown/frames.asm
|
2012-03-04 19:31:27 -08:00
|
|
|
|
2020-07-05 16:00:57 -07:00
|
|
|
# compiled roms
|
2012-03-04 19:31:27 -08:00
|
|
|
*.gbc
|
2013-01-19 21:31:32 -08:00
|
|
|
*.gb
|
2022-03-12 15:34:04 -08:00
|
|
|
*.patch
|
2012-03-04 19:31:27 -08:00
|
|
|
|
2013-12-27 19:26:10 -08:00
|
|
|
# rgbds extras
|
|
|
|
*.map
|
|
|
|
*.sym
|
|
|
|
|
2020-07-05 16:00:57 -07:00
|
|
|
# tool binaries
|
|
|
|
*.exe
|
|
|
|
|
|
|
|
# precompiled python
|
|
|
|
*.pyc
|
|
|
|
*$py.class
|
|
|
|
|
2013-12-27 19:22:38 -08:00
|
|
|
# compare.sh
|
|
|
|
baserom.txt
|
|
|
|
pokecrystal.txt
|
2012-03-04 19:31:27 -08:00
|
|
|
|
2020-05-19 19:36:41 -07:00
|
|
|
# used_space.py
|
|
|
|
used_space.png
|
|
|
|
|
2020-07-05 16:00:57 -07:00
|
|
|
# save game files
|
|
|
|
*.sgm
|
|
|
|
*.sav
|
|
|
|
*.rtc
|
|
|
|
*.sn*
|
|
|
|
*.sa*
|
|
|
|
*.sg1
|
|
|
|
|
2020-07-05 12:09:12 -07:00
|
|
|
# vim configuration
|
|
|
|
# http://www.vim.org/scripts/script.php?script_id=441
|
2012-03-04 19:31:27 -08:00
|
|
|
.lvimrc
|
2020-07-05 12:09:12 -07:00
|
|
|
|
|
|
|
# swap files for vim and gedit
|
2013-12-27 19:26:10 -08:00
|
|
|
.*.swp
|
|
|
|
*~
|
2020-07-05 12:09:12 -07:00
|
|
|
|
|
|
|
# macos files
|
2019-11-07 13:43:42 -08:00
|
|
|
.DS_STORE
|