fix gitignore excludes on crypto

This commit is contained in:
Brent Cook 2019-01-01 02:40:36 -06:00
parent 38c429ab2a
commit 20503fd6ac

3
.gitignore vendored
View File

@ -146,6 +146,7 @@ include/openssl/*.h
!/apps/openssl/apps_win.c !/apps/openssl/apps_win.c
!/apps/openssl/certhash_win.c !/apps/openssl/certhash_win.c
/crypto/*
!/crypto/Makefile.am.* !/crypto/Makefile.am.*
!/crypto/compat/arc4random.h !/crypto/compat/arc4random.h
!/crypto/compat/b_win.c !/crypto/compat/b_win.c
@ -156,8 +157,8 @@ include/openssl/*.h
!/crypto/compat/bsd_asprintf.c !/crypto/compat/bsd_asprintf.c
!/crypto/compat/timegm.c !/crypto/compat/timegm.c
!/crypto/compat/ui_openssl_win.c !/crypto/compat/ui_openssl_win.c
!/crypto/compat/crypto_lock_win.c
!/crypto/CMakeLists.txt !/crypto/CMakeLists.txt
/crypto
!/libtls-standalone/compat/Makefile.am !/libtls-standalone/compat/Makefile.am
/libtls-standalone/include/*.h /libtls-standalone/include/*.h