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
*.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

View File

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