diff options
author | Stanislav Fomichev <sdf@google.com> | 2019-07-03 22:09:52 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-07-06 00:18:16 +0200 |
commit | c3ec002e633e25f6e0ce6f97346dd6f38afcbd6a (patch) | |
tree | 814a4456dc4f356d806c714f0a20f62be04d21d6 /tools | |
parent | selftests/bpf: fix test_align liveliness expectations (diff) | |
download | linux-c3ec002e633e25f6e0ce6f97346dd6f38afcbd6a.tar.xz linux-c3ec002e633e25f6e0ce6f97346dd6f38afcbd6a.zip |
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 <andriin@fb.com>
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools')
-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 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 |