* [PATCH] CryptoPkg: ignore the openssl tarball in .gitignore
@ 2017-03-11 14:23 Lans Zhang
2017-03-13 14:57 ` Laszlo Ersek
0 siblings, 1 reply; 2+ messages in thread
From: Lans Zhang @ 2017-03-11 14:23 UTC (permalink / raw)
To: edk2-devel; +Cc: ting.ye, jiaxin.wu, lersek
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] CryptoPkg: ignore the openssl tarball in .gitignore
2017-03-11 14:23 [PATCH] CryptoPkg: ignore the openssl tarball in .gitignore Lans Zhang
@ 2017-03-13 14:57 ` Laszlo Ersek
0 siblings, 0 replies; 2+ messages in thread
From: Laszlo Ersek @ 2017-03-13 14:57 UTC (permalink / raw)
To: Lans Zhang, edk2-devel; +Cc: ting.ye, jiaxin.wu
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-13 14:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-11 14:23 [PATCH] CryptoPkg: ignore the openssl tarball in .gitignore Lans Zhang
2017-03-13 14:57 ` Laszlo Ersek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox