aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-12 07:48:06 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-12 08:08:24 -0500
commit854f4f69af9003c0c29d3838001f549beaf36936 (patch)
tree913e183b140e6a974efa7643ec217d0f6d574257 /.gitignore
parent34bfb6ecb5d178ee62b402ee344d0f6caf5cdad0 (diff)
downloadportable-854f4f69af9003c0c29d3838001f549beaf36936.tar.gz
portable-854f4f69af9003c0c29d3838001f549beaf36936.tar.bz2
portable-854f4f69af9003c0c29d3838001f549beaf36936.zip
add 'nc' to the distribution as an example of libtls client and server
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 9 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 9af1054..019fc05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -107,14 +107,15 @@ include/pqueue.h
107include/tls.h 107include/tls.h
108include/openssl/*.h 108include/openssl/*.h
109 109
110!/apps/apps_win.c 110/apps/nc/*.h
111!/apps/poll_win.c 111/apps/nc/*.c
112!/apps/certhash_disabled.c 112/apps/nc/nc*
113/apps/*.h 113/apps/openssl/*.h
114/apps/*.c 114/apps/openssl/*.c
115/apps/*.cnf 115/apps/openssl/*.cnf
116/apps/*.pem 116/apps/openssl/*.pem
117/apps/openssl 117/apps/openssl/openssl
118/apps/openssl/compat/strtonum.c
118 119
119!/crypto/Makefile.am.* 120!/crypto/Makefile.am.*
120!/crypto/compat/arc4random.h 121!/crypto/compat/arc4random.h