diff options
-rw-r--r-- | tools/perf/util/bpf_skel/.gitignore | 3 |
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 |