Commit 0e70f50e authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo
Browse files

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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 07fc5921
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
.tmp
*.skel.h
vmlinux.h