Fix .gitignore wrt tests

This commit is contained in:
Dmitry Marakasov 2016-01-24 22:38:41 +03:00
parent acc8a919a9
commit 3018902475

13
.gitignore vendored
View File

@ -36,15 +36,10 @@ libSDL2pp.dll
libSDL2pp.dll.a
libSDL2pp.so
libSDL2pp.so.*
tests/*.exe
tests/live_mixer
tests/live_rendering
tests/live_window
tests/test_error
tests/test_optional
tests/test_pointrect
tests/test_pointrect_constexpr
tests/test_rwops
tests/live_*
tests/test_*
!tests/live_*.cc
!tests/test_*.cc
# Generated tests
tests/SDL2pp_*_hh_test*