shithub: pokecrystal

ref: 97b182f3572e513af54899f8c8dd7afa454ea556
dir: /.gitignore/

View raw version
# generated
*.tx
*.o

# precompiled python
*.pyc
*$py.class

# no binaries
*.exe

# roms
*.gbc
*.gb

# for any of the poor souls with save game files in their working directory
*.sgm
*.sav
*.rtc
*.sn*
*.sa*
*.sg1

# rgbds extras
*.map
*.sym

# compare.sh
baserom.txt
pokecrystal.txt

# used_space.py
used_space.png

# for vim configuration
# url: http://www.vim.org/scripts/script.php?script_id=441
.lvimrc
# swap files for vim
.*.swp
# swap files for gedit
*~
# osx files
.DS_STORE

*.dimensions
*.gbcpal
*.2bpp
*.1bpp
*.lz
*.animated.tilemap
*.sgb.tilemap
gfx/pokemon/*/bitmask.asm
gfx/pokemon/*/frames.asm
!gfx/pokemon/unown/bitmask.asm
!gfx/pokemon/unown/frames.asm