From 3018902475c982e7255b0d70a2b34e97366b0caf Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 24 Jan 2016 22:38:41 +0300 Subject: [PATCH] Fix .gitignore wrt tests --- .gitignore | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ca7b258..e2eec75 100644 --- a/.gitignore +++ b/.gitignore @@ -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*