From: Andrii Nakryiko Date: Thu, 24 Aug 2023 00:00:15 +0000 (-0700) Subject: selftests/bpf: add uprobe_multi test binary to .gitignore X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a182e64147f7db006691c181077e456321f23bff;p=tomoyo%2Ftomoyo-test1.git 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 Acked-by: Yonghong Song Link: https://lore.kernel.org/r/20230824000016.2658017-1-andrii@kernel.org Signed-off-by: Martin KaFai Lau --- 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