summaryrefslogtreecommitdiff
path: root/tools/perf/util/bpf_skel/.gitignore
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2023-03-14 14:41:36 +0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-03-14 14:41:36 +0300
commit0e70f50e72860f84759b62dae877c48523d33255 (patch)
tree021951c4b0880af3d1a4ce19becf8a10af008aea /tools/perf/util/bpf_skel/.gitignore
parent07fc5921a014e227bd3b622d31a8a35ff3f19afb (diff)
downloadlinux-0e70f50e72860f84759b62dae877c48523d33255.tar.xz
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>
Diffstat (limited to 'tools/perf/util/bpf_skel/.gitignore')
-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