On 16 June 2015 at 16:48, Long, Qin <qin.l...@intel.com> wrote:
> This looks good.
>
> Reviewed-by: Qin Long <qin.l...@intel.com>
>


Committed as r17647

Thanks,
Ard.


> -----Original Message-----
> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org]
> Sent: Tuesday, June 16, 2015 8:58 PM
> To: edk2-devel@lists.sourceforge.net; Long, Qin
> Cc: ler...@redhat.com; Ard Biesheuvel
> Subject: [PATCH] CryptoPkg: add .gitignore for OpenSSL source files
>
> Add a .gitignore that masks the OpenSSL header files under Include/openssl 
> and the OpenSSL source files under Library/OpensslLib/openssl-*. This 
> prevents Git from considering any of these files for addition, and prevents 
> other clutter in the git status output.
>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Ard Biesheuvel <ard.biesheu...@linaro.org>
> ---
>  CryptoPkg/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 CryptoPkg/.gitignore
>
> diff --git a/CryptoPkg/.gitignore b/CryptoPkg/.gitignore new file mode 100644 
> index 000000000000..05272c286525
> --- /dev/null
> +++ b/CryptoPkg/.gitignore
> @@ -0,0 +1,2 @@
> +Include/openssl
> +Library/OpensslLib/openssl-*/
> --
> 1.9.1
>

------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to