From: Ryan Lortie Date: Thu, 11 Jul 2013 17:54:47 +0000 (-0400) Subject: Deal with new automake test stuff X-Git-Tag: 2.37.5~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d07d96e13549439ea42af0f9348afc5aa044bc9f;p=platform%2Fupstream%2Fglib.git Deal with new automake test stuff Add *.trs and *.log to .gitignore along with test-driver Add *.trs and *.log to CLEANFILES in glib.mk. --- diff --git a/.gitignore b/.gitignore index 7243e1f..f80afbc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 --- 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 =