summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLOuroboros <lunosouroboros@gmail.com>2019-12-19 05:02:16 -0300
committerGitHub <noreply@github.com>2019-12-19 05:02:16 -0300
commit5c678415b91d59888d54ef9b767b191dc4b5b18b (patch)
tree9bfc5a7e4aad3a687ff511c6485dcfb40e36ae48
parent7984a91c0892e0bd96ace89405d565ec0b43e084 (diff)
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.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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