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" ; \