2020-07-05 23:00:57 +00:00
|
|
|
# compiled objects
|
2013-12-28 03:26:10 +00:00
|
|
|
*.o
|
2013-09-12 00:54:26 +00:00
|
|
|
|
2020-07-05 23:00:57 +00: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-05 03:31:27 +00:00
|
|
|
|
2020-07-05 23:00:57 +00:00
|
|
|
# compiled roms
|
2012-03-05 03:31:27 +00:00
|
|
|
*.gbc
|
2013-01-20 05:31:32 +00:00
|
|
|
*.gb
|
2022-03-12 23:34:04 +00:00
|
|
|
*.patch
|
2012-03-05 03:31:27 +00:00
|
|
|
|
2013-12-28 03:26:10 +00:00
|
|
|
# rgbds extras
|
|
|
|
*.map
|
|
|
|
*.sym
|
|
|
|
|
2020-07-05 23:00:57 +00:00
|
|
|
# tool binaries
|
|
|
|
*.exe
|
|
|
|
|
|
|
|
# precompiled python
|
|
|
|
*.pyc
|
|
|
|
*$py.class
|
|
|
|
|
2013-12-28 03:22:38 +00:00
|
|
|
# compare.sh
|
|
|
|
baserom.txt
|
|
|
|
pokecrystal.txt
|
2012-03-05 03:31:27 +00:00
|
|
|
|
2020-05-20 02:36:41 +00:00
|
|
|
# used_space.py
|
|
|
|
used_space.png
|
|
|
|
|
2020-07-05 23:00:57 +00:00
|
|
|
# save game files
|
|
|
|
*.sgm
|
|
|
|
*.sav
|
|
|
|
*.rtc
|
|
|
|
*.sn*
|
|
|
|
*.sa*
|
|
|
|
*.sg1
|
|
|
|
|
2020-07-05 19:09:12 +00:00
|
|
|
# vim configuration
|
|
|
|
# http://www.vim.org/scripts/script.php?script_id=441
|
2012-03-05 03:31:27 +00:00
|
|
|
.lvimrc
|
2020-07-05 19:09:12 +00:00
|
|
|
|
|
|
|
# swap files for vim and gedit
|
2013-12-28 03:26:10 +00:00
|
|
|
.*.swp
|
|
|
|
*~
|
2020-07-05 19:09:12 +00:00
|
|
|
|
|
|
|
# macos files
|
2019-11-07 21:43:42 +00:00
|
|
|
.DS_STORE
|