aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2023-03-14 08:41:36 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-03-14 08:41:36 -0300
commit0e70f50e72860f84759b62dae877c48523d33255 (patch)
tree021951c4b0880af3d1a4ce19becf8a10af008aea
parentperf test: Fix "PMU event table sanity" for NO_JEVENTS=1 (diff)
downloadlinux-0e70f50e72860f84759b62dae877c48523d33255.tar.gz
linux-0e70f50e72860f84759b62dae877c48523d33255.zip
perf tools bpf: Add vmlinux.h to .gitignore
Now that BPF skel based tools will be built by default if the toolchain pieces that are needed are available, building directly on the source tree will produce a vmlinux.h from the BTF info that needs to get ignored. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--tools/perf/util/bpf_skel/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/bpf_skel/.gitignore b/tools/perf/util/bpf_skel/.gitignore
index 5263e9e6c5d8..cd01455e1b53 100644
--- a/tools/perf/util/bpf_skel/.gitignore
+++ b/tools/perf/util/bpf_skel/.gitignore
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
.tmp
-*.skel.h \ No newline at end of file
+*.skel.h
+vmlinux.h