perf tools bpf: Add vmlinux.h to .gitignore
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 14 Mar 2023 11:41:36 +0000 (08:41 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 14 Mar 2023 11:41:36 +0000 (08:41 -0300)
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>
tools/perf/util/bpf_skel/.gitignore

index 5263e9e..cd01455 100644 (file)
@@ -1,3 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
 .tmp
-*.skel.h
\ No newline at end of file
+*.skel.h
+vmlinux.h