mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Sync .gitignore with pokered and pokegold
This commit is contained in:
parent
7eef66af3f
commit
7d93b9cb09
85
.gitignore
vendored
85
.gitignore
vendored
@ -1,48 +1,6 @@
|
|||||||
# generated
|
# compiled objects
|
||||||
*.tx
|
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
# precompiled python
|
|
||||||
*.pyc
|
|
||||||
*$py.class
|
|
||||||
|
|
||||||
# no binaries
|
|
||||||
*.exe
|
|
||||||
|
|
||||||
# roms
|
|
||||||
*.gbc
|
|
||||||
*.gb
|
|
||||||
|
|
||||||
# save game files
|
|
||||||
*.sgm
|
|
||||||
*.sav
|
|
||||||
*.rtc
|
|
||||||
*.sn*
|
|
||||||
*.sa*
|
|
||||||
*.sg1
|
|
||||||
|
|
||||||
# rgbds extras
|
|
||||||
*.map
|
|
||||||
*.sym
|
|
||||||
|
|
||||||
# compare.sh
|
|
||||||
baserom.txt
|
|
||||||
pokecrystal.txt
|
|
||||||
|
|
||||||
# used_space.py
|
|
||||||
used_space.png
|
|
||||||
|
|
||||||
# vim configuration
|
|
||||||
# http://www.vim.org/scripts/script.php?script_id=441
|
|
||||||
.lvimrc
|
|
||||||
|
|
||||||
# swap files for vim and gedit
|
|
||||||
.*.swp
|
|
||||||
*~
|
|
||||||
|
|
||||||
# macos files
|
|
||||||
.DS_STORE
|
|
||||||
|
|
||||||
# compiled graphics
|
# compiled graphics
|
||||||
*.1bpp
|
*.1bpp
|
||||||
*.2bpp
|
*.2bpp
|
||||||
@ -55,3 +13,44 @@ gfx/pokemon/*/bitmask.asm
|
|||||||
gfx/pokemon/*/frames.asm
|
gfx/pokemon/*/frames.asm
|
||||||
!gfx/pokemon/unown/bitmask.asm
|
!gfx/pokemon/unown/bitmask.asm
|
||||||
!gfx/pokemon/unown/frames.asm
|
!gfx/pokemon/unown/frames.asm
|
||||||
|
|
||||||
|
# compiled roms
|
||||||
|
*.gbc
|
||||||
|
*.gb
|
||||||
|
|
||||||
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user