summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--tests/conform/Makefile.am1
-rw-r--r--tests/interactive/Makefile.am1
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index bc37555b3..b00d14af9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -93,6 +93,8 @@ mkinstalldirs
stamp-h1
TAGS
/tests/tools/disable-npots.sh
+/tests/conform/test-launcher.sh
+/tests/interactive/wrapper.sh
/po/POTFILES
/po/*.gmo
/po/Makefile.in.in
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index 5428f8a1c..96cdaf6ab 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -99,7 +99,6 @@ stamp-test-conformance: Makefile $(srcdir)/test-conform-main.c
@chmod +x test-launcher.sh
@( echo "/stamp-test-conformance" ; \
echo "/test-conformance" ; \
- echo "/test-launcher.sh" ; \
echo "*.o" ; \
echo "*.xml" ; \
echo "*.html" ; \
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index 02cbb8359..b38495763 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -72,7 +72,6 @@ stamp-test-interactive: Makefile test-interactive$(EXEEXT)
chmod +x $$wrapper && \
( echo "/stamp-test-interactive" ; \
echo "/test-interactive" ; \
- echo "/wrapper.sh" ; \
echo "*.o" ; \
echo ".gitignore" ) > .gitignore ; \
for i in $(UNIT_TESTS); \