diff options
author | LOuroboros <lunosouroboros@gmail.com> | 2019-12-19 05:02:16 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 05:02:16 -0300 |
commit | 5c678415b91d59888d54ef9b767b191dc4b5b18b (patch) | |
tree | 9bfc5a7e4aad3a687ff511c6485dcfb40e36ae48 | |
parent | 7984a91c0892e0bd96ace89405d565ec0b43e084 (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-- | .gitignore | 3 |
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 |