aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamhyung Kim <[email protected]>2023-10-10 16:42:47 -0700
committerNamhyung Kim <[email protected]>2023-10-18 15:35:20 -0700
commit1f36b190ad2dea68e3a7e84b7b2f24ce8c4063ea (patch)
treed6c02f7c6382805518ff2f40a750936ae12797a2
parentb5c532e90478e134b66b067c2b0487526ac4161e (diff)
perf tools: Do not ignore the default vmlinux.h
The recent change made it possible to generate vmlinux.h from BTF and to ignore the file. But we also have a minimal vmlinux.h that will be used by default. It should not be ignored by GIT. Fixes: b7a2d774c9c5 ("perf build: Add ability to build with a generated vmlinux.h") Reported-by: kernel test robot <[email protected]> Reviewed-by: Ian Rogers <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Cc: [email protected] Signed-off-by: Namhyung Kim <[email protected]>
-rw-r--r--tools/perf/util/bpf_skel/vmlinux/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/bpf_skel/vmlinux/.gitignore b/tools/perf/util/bpf_skel/vmlinux/.gitignore
new file mode 100644
index 000000000000..49502c04183a
--- /dev/null
+++ b/tools/perf/util/bpf_skel/vmlinux/.gitignore
@@ -0,0 +1 @@
+!vmlinux.h