diff --git a/.gitignore b/.gitignore index 7450234dec..b7f063f99b 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,6 @@ tests/rotozoom tests/tiny_psnr tests/videogen tests/vsynth1 -tests/vsynth2 tools/aviocat tools/cws2fws tools/graph2dot diff --git a/tests/Makefile b/tests/Makefile index 01ff711a37..429762be7c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -126,7 +126,7 @@ fate-list: clean:: testclean testclean: - $(RM) -r tests/vsynth1 tests/vsynth2 tests/data + $(RM) -r tests/vsynth1 tests/data $(RM) $(CLEANSUFFIXES:%=tests/%) $(RM) $(TESTTOOLS:%=tests/%$(HOSTEXESUF))