diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-06-20 18:43:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-21 02:02:32 -0400 |
commit | 3739a21e0ef6ac06f46bd38e81daa95e8cb462bc (patch) | |
tree | 07effb419b4538f9755763b98d9712eed88d238a /tools | |
parent | 64d7839af8c8f67daaf9bf387135052c55d85f90 (diff) |
selftests: net: add tcp_inq to gitignore
sha: 702353b538f5 ("selftest: add test for TCP_INQ") forgot to add
tcp_inq to .gitignore.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/net/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 128e548aa377..1a0ac3a29ec5 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore | |||
@@ -12,3 +12,4 @@ tcp_mmap | |||
12 | udpgso | 12 | udpgso |
13 | udpgso_bench_rx | 13 | udpgso_bench_rx |
14 | udpgso_bench_tx | 14 | udpgso_bench_tx |
15 | tcp_inq | ||