mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 09:29:25 +00:00
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…
x
Reference in New Issue
Block a user