Don Marti
2014-05-01 21:04:19 UTC
Some of you showed up for this...
https://lwn.net/Articles/589196/
One more random idea. Instead of keeping track of
which files need to be ignored/cleaned up in _both_
.gitignore and the "clean" target in Makefile...
clean :
find . -print0 | \
git check-ignore -z --stdin | xargs -0 rm -f
DRY, right?
https://lwn.net/Articles/589196/
One more random idea. Instead of keeping track of
which files need to be ignored/cleaned up in _both_
.gitignore and the "clean" target in Makefile...
clean :
find . -print0 | \
git check-ignore -z --stdin | xargs -0 rm -f
DRY, right?
--
Don Marti
http://zgp.org/~dmarti/
***@zgp.org
Don Marti
http://zgp.org/~dmarti/
***@zgp.org