mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01: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:
parent
985e95e831
commit
d07d96e135
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
2
glib.mk
2
glib.mk
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user