]> git.ipfire.org Git - thirdparty/linux.git/commit
perf bench bpf: Add missing .gitignore file
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 23 Jun 2026 23:58:03 +0000 (20:58 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 21 Jul 2026 23:50:20 +0000 (20:50 -0300)
commit88b8c6ae2ccb3ef9dbb04c8e13a4d1a98c42e922
tree459f8a640e6cf3285abe230f0118d16acfb1dc0e
parent248951ddc14de84de3910f9b13f51491a8cd91df
perf bench bpf: Add missing .gitignore file

In 713eeb2279402758 ("perf build: Move BPF skeleton generation out of
Makefile.perf") the bpf_skel used with 'perf bench uprobe' was moved
from tools/perf/util/bpf_skel/ to tools/perf/bench/bpf_skel.

Copy tools/perf/util/bpf_skel/.gitignore to that new directory so that
files generated during build get ignored by git.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Fixes: 713eeb2279402758 ("perf build: Move BPF skeleton generation out of Makefile.perf")
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/bench/bpf_skel/.gitignore [new file with mode: 0644]