diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-07-26 11:53:58 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-26 09:37:21 -0700 |
commit | eb91f42ef074467e0c441a9789dc1fc0519a25ad (patch) | |
tree | 0c97fbe58943f0edbeb833394eb6452440531208 /tools/testing | |
parent | 5a967512bb812d7a4b7e9f3930f49d6d88533dc3 (diff) | |
download | linux-eb91f42ef074467e0c441a9789dc1fc0519a25ad.tar.bz2 |
selftests/net: add tls to .gitignore
Add the tls binary to .gitignore
Fixes: 7f657d5bf507 ("selftests: tls: add selftests for TLS sockets")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing')
-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 1a0ac3a29ec5..78b24cf76f40 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -13,3 +13,4 @@ udpgso udpgso_bench_rx udpgso_bench_tx tcp_inq +tls |