[edk2] [PATCH] CryptoPkg: ignore the openssl tarball in .gitignore

Lans Zhang posted 1 patch 7 years, 1 month ago
Failed in applying to current master (apply log)
CryptoPkg/.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[edk2] [PATCH] CryptoPkg: ignore the openssl tarball in .gitignore
Posted by Lans Zhang 7 years, 1 month ago
The modified pattern can match up both the openssl source directory
and tarball.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Wu Jiaxin <jiaxin.wu@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
---
 CryptoPkg/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CryptoPkg/.gitignore b/CryptoPkg/.gitignore
index 05272c2..a631aaf 100644
--- a/CryptoPkg/.gitignore
+++ b/CryptoPkg/.gitignore
@@ -1,2 +1,2 @@
 Include/openssl
-Library/OpensslLib/openssl-*/
+Library/OpensslLib/openssl-*
-- 
2.7.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH] CryptoPkg: ignore the openssl tarball in .gitignore
Posted by Laszlo Ersek 7 years, 1 month ago
On 03/11/17 15:23, Lans Zhang wrote:
> The modified pattern can match up both the openssl source directory
> and tarball.
> 
> Cc: Ye Ting <ting.ye@intel.com>
> Cc: Wu Jiaxin <jiaxin.wu@intel.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
> ---
>  CryptoPkg/.gitignore | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/CryptoPkg/.gitignore b/CryptoPkg/.gitignore
> index 05272c2..a631aaf 100644
> --- a/CryptoPkg/.gitignore
> +++ b/CryptoPkg/.gitignore
> @@ -1,2 +1,2 @@
>  Include/openssl
> -Library/OpensslLib/openssl-*/
> +Library/OpensslLib/openssl-*
> 

I think I never place the tarball under Library/OpensslLib/, only the
extracted directory:

$ wget -q -O - http://www.openssl.org/source/openssl-1.0.2k.tar.gz \
  | tar -x -z

But I sure don't mind this change.

Acked-by: Laszlo Ersek <lersek@redhat.com>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel