After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706491 - build: Switch to git.mk to keep the .gitignore file updated
build: Switch to git.mk to keep the .gitignore file updated
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-21 12:19 UTC by Emanuele Aina
Modified: 2013-08-23 23:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Switch to git.mk to keep the .gitignore file updated (19.55 KB, patch)
2013-08-21 12:19 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2013-08-21 12:19:29 UTC
Fixing the *CLEANFILES lists where needed and having git.mk generate the
.gitignore files automatically seemed more useful than manually updating
those files.
Comment 1 Emanuele Aina 2013-08-21 12:19:32 UTC
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.
Comment 2 Juan A. Suarez Romero 2013-08-23 23:06:54 UTC
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(-)