pokecrystal/.gitignore

58 lines
635 B
Plaintext
Raw Permalink Normal View History

# compiled objects
2013-12-28 03:26:10 +00:00
*.o
2013-09-12 00:54:26 +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
# compiled roms
2012-03-05 03:31:27 +00:00
*.gbc
2013-01-20 05:31:32 +00:00
*.gb
*.patch
2012-03-05 03:31:27 +00:00
2013-12-28 03:26:10 +00:00
# rgbds extras
*.map
*.sym
# tool binaries
*.exe
# precompiled python
*.pyc
*$py.class
# compare.sh
baserom.txt
pokecrystal.txt
2012-03-05 03:31:27 +00: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-05 03:31:27 +00:00
.lvimrc
# swap files for vim and gedit
2013-12-28 03:26:10 +00:00
.*.swp
*~
# macos files
2019-11-07 21:43:42 +00:00
.DS_STORE