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