From 99d47217a1f543ae3ddc23788dfa673ecae7fd93 Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Tue, 13 Aug 2013 20:02:22 +0200 Subject: build: Switch to git.mk to keep the .gitignore file updated Fixing the *CLEANFILES lists where needed and having git.mk generate the .gitignore files automatically seemed more useful than manually updating those files. https://bugzilla.gnome.org/show_bug.cgi?id=706491 --- tests/.gitignore | 2 -- tests/Makefile.am | 3 +-- tests/python/Makefile.am | 5 +++-- 3 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 tests/.gitignore (limited to 'tests') diff --git a/tests/.gitignore b/tests/.gitignore deleted file mode 100644 index 615007e..0000000 --- a/tests/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -registry -metadata_source diff --git a/tests/Makefile.am b/tests/Makefile.am index 91d2bcd..be1f757 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -67,5 +67,4 @@ test-report perf-report full-report: ${TEST_PROGS} # run make test as part of make check check-local: test -MAINTAINERCLEANFILES = \ - Makefile.in +-include $(top_srcdir)/git.mk diff --git a/tests/python/Makefile.am b/tests/python/Makefile.am index 693ba6d..a8e91fd 100644 --- a/tests/python/Makefile.am +++ b/tests/python/Makefile.am @@ -21,5 +21,6 @@ endif check-local: test MAINTAINERCLEANFILES = \ - *.pyc \ - Makefile.in + *.pyc + +-include $(top_srcdir)/git.mk -- cgit v1.2.1