git.mk
git.mk copied to clipboard
Makefile to automatically generate .gitignore files for autotools-based projects
This is nice: I just came across it from working on FontForge, which uses it. Would you consider making it a gnulib module? That would make it easier for autotools...
It took me a while to work out what was happening, until I noticed I had an extra 'S' on my macro invocation :) Apparently either is equally valid. I...
The generated recipe is meant for .gitignore files that are not supposed to be tracked by git, so, it makes sense to skip all the .gitignore files that already tracked...
Currently we don't. Perhaps they belong to MAINTAINERCLEANFILES, don't know.