From 5c678415b91d59888d54ef9b767b191dc4b5b18b Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Thu, 19 Dec 2019 05:02:16 -0300 Subject: Add VBA's save files to gitignore Same reasoning I had when I proposed this change to Pokeruby's gitignore. This format represents VisualBoyAdvance's save files. Since they're currently not being filtered out by .gitignore, these kind of files could be sent to a GitHub Repository via git push accidentally. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c0b0cb86c..e590e06f6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ *.exe *.fwjpnfont *.gba +*.sgm +*.sa1 +*.sg1 *.gbapal *.hwjpnfont *.i -- cgit v1.2.3