build: Ignore *.test files
Generated when enabling installed tests.
This commit is contained in:
parent
b1eb412c23
commit
b4044292d3
@ -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" ; \
|
||||
|
Loading…
Reference in New Issue
Block a user