From: Qin Long Date: Thu, 23 Mar 2017 08:21:31 +0000 (+0800) Subject: CryptoPkg: Update .gitignore for OpenSSL source masking X-Git-Tag: edk2-stable201903~4297 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=452dc7cb812e957df87e0ee5c43e939d54da4939 CryptoPkg: Update .gitignore for OpenSSL source masking Updates .gitignore that masks the OpenSSL source: 1. Remove "Include/openssl" from .gitignore since we needn't duplicate openssl headers now 2. Update "openssl-*" to "openssl*", since we use "openssl" instead of "openssl-x.x.xx" as main source directory. Cc: Ting Ye Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Gary Lin Cc: Ronald Cron Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qin Long Reviewed-by: Ting Ye Reviewed-by: Laszlo Ersek Tested-by: Laszlo Ersek --- diff --git a/CryptoPkg/.gitignore b/CryptoPkg/.gitignore index 05272c2865..731c275ae1 100644 --- a/CryptoPkg/.gitignore +++ b/CryptoPkg/.gitignore @@ -1,2 +1 @@ -Include/openssl -Library/OpensslLib/openssl-*/ +Library/OpensslLib/openssl*/