summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--tests/Makefile2
2 files changed, 1 insertions, 2 deletions
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))