mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
61 lines
662 B
Plaintext
61 lines
662 B
Plaintext
# compiled objects
|
|
*.o
|
|
|
|
# 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
|
|
|
|
# compiled roms
|
|
*.gbc
|
|
*.gb
|
|
*.patch
|
|
|
|
# rgbds extras
|
|
*.map
|
|
*.sym
|
|
|
|
# tool binaries
|
|
*.exe
|
|
|
|
# precompiled python
|
|
*.pyc
|
|
*$py.class
|
|
|
|
# compare.sh
|
|
baserom.txt
|
|
pokecrystal.txt
|
|
|
|
# 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
|
|
.lvimrc
|
|
|
|
# swap files for vim and gedit
|
|
.*.swp
|
|
*~
|
|
|
|
# macos files
|
|
.DS_STORE
|
|
|
|
# vscode settings
|
|
.vscode
|