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.
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
*.exe
|
*.exe
|
||||||
*.fwjpnfont
|
*.fwjpnfont
|
||||||
*.gba
|
*.gba
|
||||||
|
*.sgm
|
||||||
|
*.sa1
|
||||||
|
*.sg1
|
||||||
*.gbapal
|
*.gbapal
|
||||||
*.hwjpnfont
|
*.hwjpnfont
|
||||||
*.i
|
*.i
|
||||||
|
|||||||
Reference in New Issue
Block a user