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.dll.a
libSDL2pp.so libSDL2pp.so
libSDL2pp.so.* libSDL2pp.so.*
tests/*.exe tests/live_*
tests/live_mixer tests/test_*
tests/live_rendering !tests/live_*.cc
tests/live_window !tests/test_*.cc
tests/test_error
tests/test_optional
tests/test_pointrect
tests/test_pointrect_constexpr
tests/test_rwops
# Generated tests # Generated tests
tests/SDL2pp_*_hh_test* tests/SDL2pp_*_hh_test*