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:
7d8a819
)
selftests/bpf: Add xdp_redirect_multi into .gitignore
author
Andrii Nakryiko
<andrii@kernel.org>
Thu, 3 Jun 2021 00:40:26 +0000
(17:40 -0700)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Thu, 3 Jun 2021 13:50:11 +0000
(15:50 +0200)
When xdp_redirect_multi test binary was added recently, it wasn't added to
.gitignore. Fix that.
Fixes: d23292476297 ("selftests/bpf: Add xdp_redirect_multi test")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link:
https://lore.kernel.org/bpf/20210603004026.2698513-5-andrii@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 a030aa4a8a9ecdd3f797550093e3af7a7ed63eb8..a18f57044014ce269ec671da05b16494e547a8e1 100644
(file)
--- a/
tools/testing/selftests/bpf/.gitignore
+++ b/
tools/testing/selftests/bpf/.gitignore
@@
-38,3
+38,4
@@
test_cpp
/bench
*.ko
xdpxceiver
+xdp_redirect_multi