[clutter/clutter-1.16] build: Add *.test pattern to the ignored files list



commit 575b77210b448477da5a4d546579fe13b5f8a9c6
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jul 3 13:08:26 2013 +0100

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

 tests/conform/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index ae446aa..bdc0484 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]