diff options
author | Brent Cook <busterb@gmail.com> | 2019-01-01 02:40:36 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-01-01 02:40:36 -0600 |
commit | 20503fd6ac65cb3dae57d2265551fa4b9a142a6d (patch) | |
tree | ef8cadcc4829a5b07b54ae6535895e0ad48de88c /.gitignore | |
parent | 38c429ab2a1cf7f16871ba87c0ee17d7f5f5a81d (diff) | |
download | portable-20503fd6ac65cb3dae57d2265551fa4b9a142a6d.tar.gz portable-20503fd6ac65cb3dae57d2265551fa4b9a142a6d.tar.bz2 portable-20503fd6ac65cb3dae57d2265551fa4b9a142a6d.zip |
fix gitignore excludes on crypto
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -146,6 +146,7 @@ include/openssl/*.h | |||
146 | !/apps/openssl/apps_win.c | 146 | !/apps/openssl/apps_win.c |
147 | !/apps/openssl/certhash_win.c | 147 | !/apps/openssl/certhash_win.c |
148 | 148 | ||
149 | /crypto/* | ||
149 | !/crypto/Makefile.am.* | 150 | !/crypto/Makefile.am.* |
150 | !/crypto/compat/arc4random.h | 151 | !/crypto/compat/arc4random.h |
151 | !/crypto/compat/b_win.c | 152 | !/crypto/compat/b_win.c |
@@ -156,8 +157,8 @@ include/openssl/*.h | |||
156 | !/crypto/compat/bsd_asprintf.c | 157 | !/crypto/compat/bsd_asprintf.c |
157 | !/crypto/compat/timegm.c | 158 | !/crypto/compat/timegm.c |
158 | !/crypto/compat/ui_openssl_win.c | 159 | !/crypto/compat/ui_openssl_win.c |
160 | !/crypto/compat/crypto_lock_win.c | ||
159 | !/crypto/CMakeLists.txt | 161 | !/crypto/CMakeLists.txt |
160 | /crypto | ||
161 | 162 | ||
162 | !/libtls-standalone/compat/Makefile.am | 163 | !/libtls-standalone/compat/Makefile.am |
163 | /libtls-standalone/include/*.h | 164 | /libtls-standalone/include/*.h |