build: Ignore *.test files

Generated when enabling installed tests.
This commit is contained in:
Emmanuele Bassi 2013-12-12 18:32:37 +00:00
parent b1eb412c23
commit b4044292d3

View File

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