diff --git a/.gitignore b/.gitignore
index 145f1b5f..ef3e9afd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -117,6 +117,8 @@ android/wolfssljni-ndk-sample/proguard-project.txt
/tls/client-tls-cryptocb
/tls/server-tls-pkcallback
/tls/client-tls-pkcallback
+/tls/server-tls-posthsauth
+/tls/client-tls-posthsauth
/tls/server-tls-uart
/tls/server-tls-verifycallback
/tls/server-tls-writedup
diff --git a/README.md b/README.md
index 343aa8f3..61f7a86c 100644
--- a/README.md
+++ b/README.md
@@ -201,17 +201,6 @@ Please see the [picotcp/README.md](picotcp/README.md) for further usage and
details.
-
-
-#### picotcp (picoTCP Examples)
-
-This directory contains a TLS server created by using picoTCP via wolfSSL
-custom callbacks.
-
-Please see the [picotcp/README.md](picotcp/README.md) for further usage and
-details.
-
-
#### pk (Public-Key)