Merge pull request #1535 from ChillerDragon/IgnoreTestExe

Ignore _test.exe (generated by win build)
This commit is contained in:
oy 2018-11-06 17:52:32 +01:00 committed by GitHub
commit bc481d4c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ scripts/work/
/SDL.dll
/freetype.dll
/autoexec.cfg
_test.exe