On Mon, Apr 15, 2019 at 12:16 AM Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > When composing that email, I originally wrote $(wildcard > config.mak.autogen) as the suggestion but changed it to the looser > $(wildcard config.mak*) when I realized that the developer's own > config.mak probably ought to be a dependency, as well. Taking your > objection into consideration, we could mention both explicitly: > > Documentation/GIT-EXCLUDED-PROGRAMS: Makefile \ > $(wildcard config.mak) $(wildcard config.mak.autogen) Bleh, I forgot config.mak.uname from Dscho's original patch. Documentation/GIT-EXCLUDED-PROGRAMS: Makefile config.mak.uname \ $(wildcard config.mak) $(wildcard config.mak.autogen)