mirror of https://github.com/pret/pokecrystal.git
Add more savegame stuff to gitignore
This commit is contained in:
parent
603524b489
commit
da14ba8041
|
@ -18,6 +18,8 @@
|
||||||
*.sav
|
*.sav
|
||||||
*.rtc
|
*.rtc
|
||||||
*.sn*
|
*.sn*
|
||||||
|
*.sa*
|
||||||
|
*.sg1
|
||||||
|
|
||||||
# rgbds extras
|
# rgbds extras
|
||||||
*.map
|
*.map
|
||||||
|
@ -44,4 +46,4 @@ pokecrystal.txt
|
||||||
gfx/pokemon/*/bitmask.asm
|
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
|
||||||
|
|
Loading…
Reference in New Issue