diff options
author | LOuroboros <lunosouroboros@gmail.com> | 2018-08-12 17:49:12 -0300 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-08-15 14:39:17 -0500 |
commit | e6dff5b317a7e269388fcc301ec53e9a0b554a0e (patch) | |
tree | 3b87e50f96965e0875bbf4ec330ccd869aaf22d6 | |
parent | 51ecf10029f84dd5423cd59582d01eaee9140c0e (diff) |
Add the .sgm file format to .gitignore
This format represents VisualBoyAdvance's "save game" files. Since it's currently not being filtered out by .gitignore, this kind of files could be sent to a GitHub Repository via git push accidentally, which is why I suggest this change.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cfb969f5c..67a81bb9f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ types_*.taghl *.s.old2 *.dump *.sa* +*.sgm Thumbs.db build/ .idea/ |