diff --git a/.gitignore b/.gitignore index 7243e1fc0..f80afbce5 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 20ee311da..75ac2c632 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 =