From: Han-Wen Nienhuys Date: Sat, 28 Oct 2006 18:51:05 +0000 (+0000) Subject: create .gitignore in outdir. X-Git-Tag: release/2.10.0-2~53^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e28565555f877750f0ca4fd77e3aa5a455d6d312;p=lilypond.git create .gitignore in outdir. --- diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 972d3fd671..26874ad5b5 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -148,6 +148,7 @@ $(outdir)/dummy.dep: @echo please ignore innocent warning about dummy.dep -mkdir -p $(outdir) touch $(outdir)/dummy.dep + echo '*' > $(outdir)/.gitignore check: local-check $(LOOP)