Re: [edk2] [PATCH] CryptoPkg: add .gitignore for OpenSSL source files

2015-06-16 Thread Ard Biesheuvel
On 16 June 2015 at 16:48, Long, Qin wrote: > This looks good. > > Reviewed-by: Qin Long > 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; Lon

Re: [edk2] [PATCH] CryptoPkg: add .gitignore for OpenSSL source files

2015-06-16 Thread Ard Biesheuvel
On 16 June 2015 at 17:00, Laszlo Ersek wrote: > On 06/16/15 14:57, Ard Biesheuvel wrote: >> 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

Re: [edk2] [PATCH] CryptoPkg: add .gitignore for OpenSSL source files

2015-06-16 Thread Laszlo Ersek
On 06/16/15 14:57, Ard Biesheuvel wrote: > 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 st

Re: [edk2] [PATCH] CryptoPkg: add .gitignore for OpenSSL source files

2015-06-16 Thread Long, Qin
This looks good. Reviewed-by: Qin Long Best Regards & Thanks, LONG, Qin -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: [PATC

[edk2] [PATCH] CryptoPkg: add .gitignore for OpenSSL source files

2015-06-16 Thread Ard Biesheuvel
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 Contribu