pokecrystal-board/.gitignore

58 lines
635 B
Plaintext
Raw Normal View History

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