build: Ignore *.test files
Generated when enabling installed tests.
This commit is contained in:
parent
b1eb412c23
commit
b4044292d3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue