summaryrefslogtreecommitdiff
path: root/CryptoPkg/.gitignore
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-06-16 15:09:19 +0000
committerabiesheuvel <abiesheuvel@Edk2>2015-06-16 15:09:19 +0000
commitffbb1b25402c38d25cbbfb059139e76900bdc843 (patch)
treea8adbf6c22583bb74765d8415f838cf195949fbd /CryptoPkg/.gitignore
parente0bb8ad944985b072e44914b3686e4e5d171db1d (diff)
downloadedk2-platforms-ffbb1b25402c38d25cbbfb059139e76900bdc843.tar.xz
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.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
Diffstat (limited to 'CryptoPkg/.gitignore')
-rw-r--r--CryptoPkg/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/CryptoPkg/.gitignore b/CryptoPkg/.gitignore
new file mode 100644
index 0000000000..05272c2865
--- /dev/null
+++ b/CryptoPkg/.gitignore
@@ -0,0 +1,2 @@
+Include/openssl
+Library/OpensslLib/openssl-*/