On Wed, Aug 23, 2023 at 05:00:15PM -0700, Andrii Nakryiko wrote: > It seems like it was forgotten to add uprobe_multi binary to .gitignore. > Fix this trivial omission. > > Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx> Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx> thanks, jirka > --- > tools/testing/selftests/bpf/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > 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 > -- > 2.34.1 > >