* [PATCH] selftests/net: add tls to .gitignore
@ 2018-07-26 9:53 Anders Roxell
2018-07-26 16:38 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Anders Roxell @ 2018-07-26 9:53 UTC (permalink / raw)
To: davem, shuah, davejwatson
Cc: netdev, linux-kselftest, linux-kernel, Anders Roxell
Add the tls binary to .gitignore
Fixes: 7f657d5bf507 ("selftests: tls: add selftests for TLS sockets")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
tools/testing/selftests/net/.gitignore | 1 +
1 file changed, 1 insertion(+)
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
--
2.18.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-26 16:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26 9:53 [PATCH] selftests/net: add tls to .gitignore Anders Roxell
2018-07-26 16:38 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).