From 575b77210b448477da5a4d546579fe13b5f8a9c6 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 3 Jul 2013 13:08:26 +0100 Subject: build: Add *.test pattern to the ignored files list --- tests/conform/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index ae446aa73..bdc04842a 100644 --- a/tests/conform/Makefile.am +++ b/tests/conform/Makefile.am @@ -99,6 +99,7 @@ stamp-test-conformance: Makefile $(srcdir)/test-conform-main.c echo "*.o" ; \ echo "*.xml" ; \ echo "*.html" ; \ + echo "*.test" ; \ echo ".gitignore" ; \ echo "unit-tests" ; \ echo "/wrappers/" ) > .gitignore -- cgit v1.2.1