mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-26 03:47:52 +02:00
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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
2
glib.mk
2
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 =
|
||||
|
Reference in New Issue
Block a user