On 17/10/16 21:07, Junio C Hamano wrote: > Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> writes: > >> Heh, I actually have the following in my config.mak already: >> >> extra-clean: clean >> find . -iname '*.o' -exec rm {} \; >> >> But for some reason I _always_ type 'make clean' and then, to top >> it off, I _always_ type the 'find' command by hand (I have no idea >> why) :-D > > "git clean -x" anybody? I don't use 'git clean' because, on the very few occasions that I have tried to use it, it always deletes _far_ more than I thought it would or should. (particularly config.mak). Hmm, "git clean -X -- '*.o'" _might_ do what I want, but 'find' is so much easier ... :-D ATB, Ramsay Jones