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
|
$(srcdir)/.gitignore: Makefile
|
||||||
$(AM_V_GEN)( echo "/*.trs" ; \
|
$(AM_V_GEN)( echo "/*.trs" ; \
|
||||||
echo "/*.log" ; \
|
echo "/*.log" ; \
|
||||||
|
echo "/*.test" ; \
|
||||||
echo "/.gitignore" ; \
|
echo "/.gitignore" ; \
|
||||||
for p in $(test_programs); do \
|
for p in $(test_programs); do \
|
||||||
echo "/$$p" ; \
|
echo "/$$p" ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user