GNOME Bugzilla – Bug 706491
build: Switch to git.mk to keep the .gitignore file updated
Last modified: 2013-08-23 23:06:57 UTC
Fixing the *CLEANFILES lists where needed and having git.mk generate the .gitignore files automatically seemed more useful than manually updating those files.
Created attachment 252543 [details] [review] 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.
Attachment 252543 [details] pushed as 99d4721 - build: Switch to git.mk to keep the .gitignore file updated commit 99d47217a1f543ae3ddc23788dfa673ecae7fd93 Author: Emanuele Aina <emanuele.aina@collabora.com> Date: Tue Aug 13 20:02:22 2013 +0200 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 .gitignore | 27 --------------------- Makefile.am | 25 ++++++++----------- bindings/Makefile.am | 2 ++ bindings/vala/Makefile.am | 2 ++ configure.ac | 4 ++-- doc/Makefile.am | 2 ++ doc/grilo/.gitignore | 14 ----------- doc/grilo/grilo-overrides.txt | 0 examples/Makefile.am | 3 +-- git.mk | 303 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ libs/Makefile.am | 6 +---- libs/net/Makefile.am | 11 +++------ src/Makefile.am | 18 +++++++------- tests/.gitignore | 2 -- tests/Makefile.am | 3 +-- tests/python/Makefile.am | 5 ++-- tools/Makefile.am | 11 +-------- tools/grilo-inspect/.gitignore | 1 - tools/grilo-inspect/Makefile.am | 9 +++---- tools/grilo-test-ui/.gitignore | 1 - tools/grilo-test-ui/Makefile.am | 6 +---- tools/vala/Makefile.am | 9 ++++--- 22 files changed, 349 insertions(+), 115 deletions(-)