Skip to content

Commit 6a59edd

Browse files
jpbruckeranakryiko
authored andcommitted
tools/bpf: Add bootstrap/ to .gitignore
Commit 8859b0d ("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
1 parent 09a3dac commit 6a59edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bpf/bpftool/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
*.d
3-
/bpftool-bootstrap
3+
/bootstrap/
44
/bpftool
55
bpftool*.8
66
bpf-helpers.*

0 commit comments

Comments
 (0)