diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-10-11 11:33:28 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-10-11 11:39:09 +0200 |
commit | da14ba8041c1c5a8479c93dc4b39a547ce8512fc (patch) | |
tree | 4adadd249a33f7f075e3c4de448814a709cc56e2 | |
parent | 603524b4896f38c2d6163308277a74b44d22be8f (diff) |
Add more savegame stuff to gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 55797d264..45d82fc60 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ *.sav *.rtc *.sn* +*.sa* +*.sg1 # rgbds extras *.map @@ -44,4 +46,4 @@ pokecrystal.txt gfx/pokemon/*/bitmask.asm gfx/pokemon/*/frames.asm !gfx/pokemon/unown/bitmask.asm -!gfx/pokemon/unown/frames.asm
\ No newline at end of file +!gfx/pokemon/unown/frames.asm |