[PATCH] perf tools: Ignore vmlinux.h

From: Namhyung Kim
Date: Wed Mar 08 2023 - 01:59:19 EST


The vmlinux.h file is generated during the build.

Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
---
tools/perf/util/bpf_skel/.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

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
--
2.40.0.rc0.216.gc4246ad0f0-goog