]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CryptoPkg: add .gitignore for OpenSSL source files
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 16 Jun 2015 15:09:19 +0000 (15:09 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Tue, 16 Jun 2015 15:09:19 +0000 (15:09 +0000)
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.biesheuvel@linaro.org>
Reviewed-by: Qin Long <qin.long@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17647 6f19259b-4bc3-4df7-8a09-765794883524

CryptoPkg/.gitignore [new file with mode: 0644]

diff --git a/CryptoPkg/.gitignore b/CryptoPkg/.gitignore
new file mode 100644 (file)
index 0000000..05272c2
--- /dev/null
@@ -0,0 +1,2 @@
+Include/openssl\r
+Library/OpensslLib/openssl-*/\r