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 <[email protected]> Signed-off-by: Jean-Philippe Brucker <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
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)