From da14ba8041c1c5a8479c93dc4b39a547ce8512fc Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 11 Oct 2018 11:33:28 +0200 Subject: [PATCH] Add more savegame stuff to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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