build: Add XML files to the ignore blacklist

This commit is contained in:
Emmanuele Bassi 2010-09-08 17:50:38 +01:00
parent f8bd45dbce
commit 32ea9702e6

View File

@ -96,6 +96,7 @@ stamp-test-conformance: Makefile test-conformance$(EXEEXT)
echo "/test-conformance" ; \
echo "/test-launcher.sh" ; \
echo "*.o" ; \
echo "*.xml" ; \
echo ".gitignore" ; \
echo "/wrappers/" ) > .gitignore
@for i in $(UNIT_TESTS); \