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.
This commit is contained in:
Ryan Lortie 2013-07-11 13:54:47 -04:00
parent 985e95e831
commit d07d96e135
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -19,6 +19,8 @@ TAGS
*.exe *.exe
*.def *.def
*.test *.test
*.log
*.trs
# autofoo stuff here # autofoo stuff here
compile compile
@ -37,6 +39,7 @@ glib-gettextize
glib-zip glib-zip
gtk-doc.make gtk-doc.make
py-compile py-compile
test-driver
INSTALL INSTALL
README README

View File

@ -9,7 +9,7 @@ NULL =
# initialize variables for unconditional += appending # initialize variables for unconditional += appending
BUILT_SOURCES = BUILT_SOURCES =
BUILT_EXTRA_DIST = BUILT_EXTRA_DIST =
CLEANFILES = CLEANFILES = *.log *.trs
DISTCLEANFILES = DISTCLEANFILES =
MAINTAINERCLEANFILES = MAINTAINERCLEANFILES =
EXTRA_DIST = EXTRA_DIST =