diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -107,14 +107,15 @@ include/pqueue.h | |||
107 | include/tls.h | 107 | include/tls.h |
108 | include/openssl/*.h | 108 | include/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 |