diff options
author | Andrii Nakryiko <[email protected]> | 2023-08-23 17:00:15 -0700 |
---|---|---|
committer | Martin KaFai Lau <[email protected]> | 2023-08-23 21:13:48 -0700 |
commit | a182e64147f7db006691c181077e456321f23bff (patch) | |
tree | a9184266450083d1d69c722f8d8e5f96655f5a12 | |
parent | 068ca522d5a563ac4ecc48c2c7c390102537fefd (diff) |
selftests/bpf: add uprobe_multi test binary to .gitignore
It seems like it was forgotten to add uprobe_multi binary to .gitignore.
Fix this trivial omission.
Signed-off-by: Andrii Nakryiko <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin KaFai Lau <[email protected]>
-rw-r--r-- | tools/testing/selftests/bpf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 110518ba4804..f1aebabfb017 100644 --- 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 |