mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
build: Add *.test pattern to the ignored files list
This commit is contained in:
parent
f1769d9423
commit
575b77210b
@ -99,6 +99,7 @@ stamp-test-conformance: Makefile $(srcdir)/test-conform-main.c
|
|||||||
echo "*.o" ; \
|
echo "*.o" ; \
|
||||||
echo "*.xml" ; \
|
echo "*.xml" ; \
|
||||||
echo "*.html" ; \
|
echo "*.html" ; \
|
||||||
|
echo "*.test" ; \
|
||||||
echo ".gitignore" ; \
|
echo ".gitignore" ; \
|
||||||
echo "unit-tests" ; \
|
echo "unit-tests" ; \
|
||||||
echo "/wrappers/" ) > .gitignore
|
echo "/wrappers/" ) > .gitignore
|
||||||
|
Loading…
Reference in New Issue
Block a user