summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-07-03 13:08:26 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-07-03 13:08:26 +0100
commit575b77210b448477da5a4d546579fe13b5f8a9c6 (patch)
treeb547526a52d997d2bb5a20a4df79a433c41a7955 /tests
parentf1769d9423c36b98bed5ab0adebdcbc874a215f0 (diff)
downloadclutter-575b77210b448477da5a4d546579fe13b5f8a9c6.tar.gz
build: Add *.test pattern to the ignored files list
Diffstat (limited to 'tests')
-rw-r--r--tests/conform/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index ae446aa73..bdc04842a 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -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