projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068ca52
)
selftests/bpf: add uprobe_multi test binary to .gitignore
author
Andrii Nakryiko
<andrii@kernel.org>
Thu, 24 Aug 2023 00:00:15 +0000
(17:00 -0700)
committer
Martin KaFai Lau
<martin.lau@kernel.org>
Thu, 24 Aug 2023 04:13:48 +0000
(21:13 -0700)
It seems like it was forgotten to add uprobe_multi binary to .gitignore.
Fix this trivial omission.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link:
https://lore.kernel.org/r/20230824000016.2658017-1-andrii@kernel.org
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
tools/testing/selftests/bpf/.gitignore
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/.gitignore
b/tools/testing/selftests/bpf/.gitignore
index 110518ba48042f989c07e87d728ff41eed4c1e89..f1aebabfb0176ff42ab6777fd6413deff3c74369 100644
(file)
--- a/
tools/testing/selftests/bpf/.gitignore
+++ b/
tools/testing/selftests/bpf/.gitignore
@@
-44,6
+44,7
@@
test_cpp
/bench
/veristat
/sign-file
+/uprobe_multi
*.ko
*.tmp
xskxceiver