Re: [PATCH] perf tools: Ignore Documentation dependency file

From: Arnaldo Carvalho de Melo
Date: Sat Sep 11 2021 - 14:37:29 EST


Em Fri, Sep 10, 2021 at 04:22:49PM -0700, Ian Rogers escreveu:
> Reported-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> Fixes: a81df63a5df3 ("perf doc: Fix doc.dep")
> Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>

Thanks for the patch, but you forgot to mention _why_ we should ignore
that file, I'll try to figure out.

- Arnaldo

> ---
> tools/perf/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
> index e555e9729758..8e0163b7ef01 100644
> --- a/tools/perf/.gitignore
> +++ b/tools/perf/.gitignore
> @@ -39,3 +39,4 @@ pmu-events/jevents
> feature/
> fixdep
> libtraceevent-dynamic-list
> +Documentation/doc.dep
> --
> 2.33.0.309.g3052b89438-goog

--

- Arnaldo