From: Anders Roxell Date: Wed, 20 Jun 2018 22:43:44 +0000 (+0200) Subject: selftests: net: add tcp_inq to gitignore X-Git-Tag: v4.19~718^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3739a21e0ef6ac06f46bd38e81daa95e8cb462bc;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 128e548..1a0ac3a 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