Skip to content

Commit a182e64

Browse files
anakryikoMartin KaFai Lau
authored andcommitted
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 <andrii@kernel.org> Acked-by: Yonghong Song <yonghong.song@linux.dev> Link: https://lore.kernel.org/r/20230824000016.2658017-1-andrii@kernel.org Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
1 parent 068ca52 commit a182e64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/bpf/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ test_cpp
4444
/bench
4545
/veristat
4646
/sign-file
47+
/uprobe_multi
4748
*.ko
4849
*.tmp
4950
xskxceiver

0 commit comments

Comments
 (0)