diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-06-21 01:43:44 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-21 09:02:32 +0300 |
commit | 3739a21e0ef6ac06f46bd38e81daa95e8cb462bc (patch) | |
tree | 07effb419b4538f9755763b98d9712eed88d238a /tools | |
parent | 64d7839af8c8f67daaf9bf387135052c55d85f90 (diff) | |
download | linux-3739a21e0ef6ac06f46bd38e81daa95e8cb462bc.tar.xz |
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 udpgso udpgso_bench_rx udpgso_bench_tx +tcp_inq |