mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 08:44:14 +08:00
6a59edd832
Commit 8859b0da5a
("tools/bpftool: Fix cross-build") added a
build-time bootstrap/ directory for bpftool, and removed
bpftool-bootstrap. Update .gitignore accordingly.
Reported-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20201112091049.3159055-1-jean-philippe@linaro.org
12 lines
147 B
Plaintext
12 lines
147 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
*.d
|
|
/bootstrap/
|
|
/bpftool
|
|
bpftool*.8
|
|
bpf-helpers.*
|
|
FEATURE-DUMP.bpftool
|
|
feature
|
|
libbpf
|
|
/*.skel.h
|
|
/vmlinux.h
|