From: Ian Rogers Date: Fri, 10 Sep 2021 23:22:49 +0000 (-0700) Subject: perf tools: Ignore Documentation dependency file X-Git-Tag: v5.15~272^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da4572d62d389f6665b86466b993ccc157b40715;p=platform%2Fkernel%2Flinux-starfive.git perf tools: Ignore Documentation dependency file When building directly on the checked out repository the build process produces a file that should be ignored, so add it to .gitignore. Fixes: a81df63a5df3e195 ("perf doc: Fix doc.dep") Reported-by: Linus Torvalds Signed-off-by: Ian Rogers Cc: Alexander Shishkin Cc: Jiri Olsa Cc: Mark Rutland Cc: Namhyung Kim Cc: Peter Zijlstra Link: http://lore.kernel.org/lkml/20210910232249.739661-1-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index e555e97..8e0163b 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -39,3 +39,4 @@ pmu-events/jevents feature/ fixdep libtraceevent-dynamic-list +Documentation/doc.dep