[clutter/clutter-1.18] build: Ignore *.test files



commit b4044292d30ea36c89557111ef64198271215447
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Dec 12 18:32:37 2013 +0000

    build: Ignore *.test files
    
    Generated when enabling installed tests.

 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 50237e6..c41b69e 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -79,6 +79,7 @@ script_tests = \
 $(srcdir)/.gitignore: Makefile
        $(AM_V_GEN)( echo "/*.trs" ; \
                     echo "/*.log" ; \
+                    echo "/*.test" ; \
                     echo "/.gitignore" ; \
                     for p in $(test_programs); do \
                        echo "/$$p" ; \


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