From: Stanislav Fomichev Date: Wed, 3 Jul 2019 20:09:52 +0000 (-0700) Subject: selftests/bpf: add test_tcp_rtt to .gitignore X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c3ec002e633e25f6e0ce6f97346dd6f38afcbd6a;p=openwrt%2Fstaging%2Fblogic.git selftests/bpf: add test_tcp_rtt to .gitignore Forgot to add it in the original patch. Fixes: b55873984dab ("selftests/bpf: test BPF_SOCK_OPS_RTT_CB") Reported-by: Andrii Nakryiko Signed-off-by: Stanislav Fomichev Acked-by: Andrii Nakryiko Acked-by: Yonghong Song Signed-off-by: Daniel Borkmann --- diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index a2f7f79c7908..90f70d2c7c22 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -42,3 +42,4 @@ xdping test_sockopt test_sockopt_sk test_sockopt_multi +test_tcp_rtt