Deal with new automake test stuff
authorRyan Lortie <desrt@desrt.ca>
Thu, 11 Jul 2013 17:54:47 +0000 (13:54 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 11 Jul 2013 17:54:47 +0000 (13:54 -0400)
Add *.trs and *.log to .gitignore along with test-driver

Add *.trs and *.log to CLEANFILES in glib.mk.

.gitignore
glib.mk

index 7243e1f..f80afbc 100644 (file)
@@ -19,6 +19,8 @@ TAGS
 *.exe
 *.def
 *.test
+*.log
+*.trs
 
 # autofoo stuff here
 compile
@@ -37,6 +39,7 @@ glib-gettextize
 glib-zip
 gtk-doc.make
 py-compile
+test-driver
 
 INSTALL
 README
diff --git a/glib.mk b/glib.mk
index 20ee311..75ac2c6 100644 (file)
--- a/glib.mk
+++ b/glib.mk
@@ -9,7 +9,7 @@ NULL =
 # initialize variables for unconditional += appending
 BUILT_SOURCES =
 BUILT_EXTRA_DIST =
-CLEANFILES =
+CLEANFILES = *.log *.trs
 DISTCLEANFILES =
 MAINTAINERCLEANFILES =
 EXTRA_DIST =