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 720548 - Generate .gitignore with git.mk
Generate .gitignore with git.mk
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-12-16 18:40 UTC by Michael Catanzaro
Modified: 2014-01-03 18:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Generate .gitignore with git.mk (17.19 KB, patch)
2013-12-16 18:40 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2013-12-16 18:40:42 UTC
It's hard to see what I'm doing with 'git status' since so many generated files are not ignored. Rather than keeping .gitignore up to date manually, are you open to git.mk?
Comment 1 Michael Catanzaro 2013-12-16 18:40:43 UTC
Created attachment 264313 [details] [review]
Generate .gitignore with git.mk

Keeps it up to date. Also, allows cleaning Autotools-generated files
with 'make maintainer-clean'
Comment 2 William Jon McCann 2013-12-22 13:22:02 UTC
This is great. Doesn't ignore help/C/*~, po/*~, or ~src/resources/*~ files for some reason though.
Comment 3 Michael Catanzaro 2013-12-22 15:54:10 UTC
It does for me (and if it didn't, it wouldn't be very useful). In the past I've sometimes needed a distclean (and rebuild) to get it working.
Comment 4 Claudio Saavedra 2013-12-30 13:40:41 UTC
Review of attachment 264313 [details] [review]:

Sure, can't see why not.
Comment 5 William Jon McCann 2014-01-03 18:31:33 UTC
Attachment 264313 [details] pushed as 243bbeb - Generate .gitignore with git.mk