perf tools: Ignore vmlinux.h

Message ID 20230308065911.1127255-1-namhyung@kernel.org
State New
Headers
Series perf tools: Ignore vmlinux.h |

Commit Message

Namhyung Kim March 8, 2023, 6:59 a.m. UTC
  The vmlinux.h file is generated during the build.

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

Patch

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