From b4044292d30ea36c89557111ef64198271215447 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 12 Dec 2013 18:32:37 +0000 Subject: [PATCH] build: Ignore *.test files Generated when enabling installed tests. --- tests/conform/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index 50237e683..c41b69e38 100644 --- a/tests/conform/Makefile.am +++ b/tests/conform/Makefile.am @@ -79,6 +79,7 @@ script_tests = \ $(srcdir)/.gitignore: Makefile $(AM_V_GEN)( echo "/*.trs" ; \ echo "/*.log" ; \ + echo "/*.test" ; \ echo "/.gitignore" ; \ for p in $(test_programs); do \ echo "/$$p" ; \