Skip to content

Commit

Permalink
CryptoPkg: Update .gitignore for OpenSSL source masking
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Gary Lin <[email protected]>
Cc: Ronald Cron <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <[email protected]>
Reviewed-by: Ting Ye <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Tested-by: Laszlo Ersek <[email protected]>
  • Loading branch information
Qin Long committed Mar 29, 2017
1 parent 2c86774 commit 452dc7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CryptoPkg/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Include/openssl
Library/OpensslLib/openssl-*/
Library/OpensslLib/openssl*/

0 comments on commit 452dc7c

Please sign in to comment.