Revision: 17647
          http://sourceforge.net/p/edk2/code/17647
Author:   abiesheuvel
Date:     2015-06-16 15:09:19 +0000 (Tue, 16 Jun 2015)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Qin Long <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>

Added Paths:
-----------
    trunk/edk2/CryptoPkg/.gitignore

Added: trunk/edk2/CryptoPkg/.gitignore
===================================================================
--- trunk/edk2/CryptoPkg/.gitignore                             (rev 0)
+++ trunk/edk2/CryptoPkg/.gitignore     2015-06-16 15:09:19 UTC (rev 17647)
@@ -0,0 +1,2 @@
+Include/openssl
+Library/OpensslLib/openssl-*/


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to