mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
perf bench bpf: Add missing .gitignore file
In713eeb2279("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:713eeb2279("perf build: Move BPF skeleton generation out of Makefile.perf") Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
248951ddc1
commit
88b8c6ae2c
4
tools/perf/bench/bpf_skel/.gitignore
vendored
Normal file
4
tools/perf/bench/bpf_skel/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
.tmp
|
||||
*.skel.h
|
||||
vmlinux.h
|
||||
Loading…
Reference in New Issue
Block a user