selftests/bpf: Add xdp_redirect_multi into .gitignore

When xdp_redirect_multi test binary was added recently, it wasn't added to
.gitignore. Fix that.

Fixes: d232924762 ("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
This commit is contained in:
Andrii Nakryiko 2021-06-02 17:40:26 -07:00 committed by Daniel Borkmann
parent 7d8a819dd3
commit 56b8b7f953
1 changed files with 1 additions and 0 deletions

View File

@ -38,3 +38,4 @@ test_cpp
/bench
*.ko
xdpxceiver
xdp_redirect_multi