GNOME Bugzilla – Bug 720548
Generate .gitignore with git.mk
Last modified: 2014-01-03 18:31:36 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?
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'
This is great. Doesn't ignore help/C/*~, po/*~, or ~src/resources/*~ files for some reason though.
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.
Review of attachment 264313 [details] [review]: Sure, can't see why not.
Attachment 264313 [details] pushed as 243bbeb - Generate .gitignore with git.mk