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>
This commit is contained in:
Arnaldo Carvalho de Melo
2023-03-14 08:41:36 -03:00
parent 07fc5921a0
commit 0e70f50e72
+2 -1
View File
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
.tmp
*.skel.h
*.skel.h
vmlinux.h