[folks] build: Local change to git.mk to ignore installed-test metadata files



commit 3a95647776cf5f1a42b433bf013a2cc29aa64b98
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri Jan 23 11:29:38 2015 +0000

    build: Local change to git.mk to ignore installed-test metadata files
    
    Submitted upstream as: https://github.com/behdad/git.mk/pull/28/.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743398

 git.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/git.mk b/git.mk
index 0dbfa24..091d7ec 100644
--- a/git.mk
+++ b/git.mk
@@ -277,6 +277,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
                        $(TEST_LOGS) \
                        $(TEST_LOGS:.log=.trs) \
                        $(TEST_SUITE_LOG) \
+                       $(TESTS:=.test) \
                        "*.gcda" \
                        "*.gcno" \
                        $(DISTCLEANFILES) \


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