summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-11-24 00:59:33 +0100
committerRichard Levitte <levitte@openssl.org>2018-11-24 18:40:31 +0100
commit76bc401cc63219a462224884cb4af787e17725ed (patch)
tree63316a5a2b3861d944c670aa5daa39b8eecd835a /.gitattributes
parentb9a694717902af796639e1dff641ba620703303b (diff)
Don't export the submodules 'boringssl', 'krb5' and 'pyca-cryptography'
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/7696)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0902ea4225..96e40b6cd4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7,3 +7,6 @@ fuzz/corpora/** export-ignore
Configurations/*.norelease.conf export-ignore
.* export-ignore
util/mktar.sh export-ignore
+boringssl export-ignore
+krb5 export-ignore
+pyca-cryptography export-ignore