From: Han-Wen Nienhuys Date: Sat, 28 Oct 2006 15:58:01 +0000 (+0200) Subject: create .gitignore in outdir. X-Git-Tag: release/2.10.0-2~61 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3d86c076492a86ae39f60384552c22b7190852a4;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)