BPF List
 help / color / mirror / Atom feed
* [PATCH bpf-next 1/2] tools/bpf: Add bootstrap/ to .gitignore
@ 2020-11-12  9:10 Jean-Philippe Brucker
  2020-11-12  9:10 ` [PATCH bpf-next 2/2] tools/bpf: Always run the *-clean recipes Jean-Philippe Brucker
  2020-11-12 19:20 ` [PATCH bpf-next 1/2] tools/bpf: Add bootstrap/ to .gitignore patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jean-Philippe Brucker @ 2020-11-12  9:10 UTC (permalink / raw)
  To: andrii
  Cc: bpf, ast, daniel, kafai, songliubraving, yhs, john.fastabend,
	kpsingh, Jean-Philippe Brucker

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>
---
See https://lore.kernel.org/bpf/CAEf4BzbYcgzbrwS2uH0NDa+0O48BUXvZ0ySV+xcw6-inrro-UA@mail.gmail.com/
---
 tools/bpf/bpftool/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bpf/bpftool/.gitignore b/tools/bpf/bpftool/.gitignore
index 3e601bcfd461..944cb4b7c95d 100644
--- a/tools/bpf/bpftool/.gitignore
+++ b/tools/bpf/bpftool/.gitignore
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
 *.d
-/bpftool-bootstrap
+/bootstrap/
 /bpftool
 bpftool*.8
 bpf-helpers.*
-- 
2.29.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-12 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-12  9:10 [PATCH bpf-next 1/2] tools/bpf: Add bootstrap/ to .gitignore Jean-Philippe Brucker
2020-11-12  9:10 ` [PATCH bpf-next 2/2] tools/bpf: Always run the *-clean recipes Jean-Philippe Brucker
2020-11-12 19:20 ` [PATCH bpf-next 1/2] tools/bpf: Add bootstrap/ to .gitignore patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox