projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cedebd7
)
selftests/bpf: Add host-tools to gitignore
author
Stanislav Fomichev
<sdf@google.com>
Thu, 22 Dec 2022 21:39:58 +0000
(13:39 -0800)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Fri, 23 Dec 2022 21:49:19 +0000
(22:49 +0100)
Shows up when cross-compiling:
HOST_SCRATCH_DIR := $(OUTPUT)/host-tools
vs
SCRATCH_DIR := $(OUTPUT)/tools
HOST_SCRATCH_DIR := $(SCRATCH_DIR)
Reported-by: John Sperbeck <jsperbeck@google.com>
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link:
https://lore.kernel.org/bpf/20221222213958.2302320-1-sdf@google.com
tools/testing/selftests/bpf/.gitignore
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/.gitignore
b/tools/testing/selftests/bpf/.gitignore
index 07d2d0a8c5cb4dae24dedd1e3b894d2dfa294197..401a75844cc0e71ce9fa4464433b5a45f4f38517 100644
(file)
--- a/
tools/testing/selftests/bpf/.gitignore
+++ b/
tools/testing/selftests/bpf/.gitignore
@@
-36,6
+36,7
@@
test_cpp
*.lskel.h
/no_alu32
/bpf_gcc
+/host-tools
/tools
/runqslower
/bench