build: Add *.test pattern to the ignored files list

This commit is contained in:
Emmanuele Bassi 2013-07-03 13:08:26 +01:00
parent f1769d9423
commit 575b77210b

View File

@ -99,6 +99,7 @@ stamp-test-conformance: Makefile $(srcdir)/test-conform-main.c
echo "*.o" ; \
echo "*.xml" ; \
echo "*.html" ; \
echo "*.test" ; \
echo ".gitignore" ; \
echo "unit-tests" ; \
echo "/wrappers/" ) > .gitignore