diff mbox series

[bpf-next,4/4] selftests/bpf: add xdp_redirect_multi into .gitignore

Message ID 20210603004026.2698513-5-andrii@kernel.org
State New
Headers show
Series Few small libbpf and selftests/bpf fixes | expand

Commit Message

Andrii Nakryiko June 3, 2021, 12:40 a.m. UTC
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>
---
 tools/testing/selftests/bpf/.gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index a030aa4a8a9e..a18f57044014 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -38,3 +38,4 @@  test_cpp
 /bench
 *.ko
 xdpxceiver
+xdp_redirect_multi