tools/bpf: Add bootstrap/ to .gitignore
authorJean-Philippe Brucker <jean-philippe@linaro.org>
Thu, 12 Nov 2020 09:10:50 +0000 (10:10 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 12 Nov 2020 19:16:07 +0000 (11:16 -0800)
Commit 8859b0da5aac ("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
tools/bpf/bpftool/.gitignore

index 3e601bc..944cb4b 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
 *.d
-/bpftool-bootstrap
+/bootstrap/
 /bpftool
 bpftool*.8
 bpf-helpers.*