diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-06 13:11:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 13:11:50 -0500 |
commit | c805c4cc6ffa0c52d9fcba3241e0cf37ca005b01 (patch) | |
tree | 80c8af1f20fce2b26ba9e6f90db3efb986da5582 | |
parent | b3244301b7f6cb272e0c4d77b0dff4323dcf4dfe (diff) | |
parent | 84f1d0a89a14cccc99e839514510607e435303e4 (diff) |
Merge pull request #995 from AsparagusEduardo/Ignore-mGBA-savestate
Ignores mGBA's first savestate file.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 93385ea51..ebf507247 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.gba *.sgm *.sa1 +*.ss[0-9] *.sg1 *.1bpp *.4bpp |