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:43:54 +0100
commit105d4c0cdf5de96ca4241bbdad735ed6a590ff90 (patch)
treea41e7e038735ae764cfe7119477794ad3c7d1325 /.gitattributes
parenta6d4cc8257b6852fa3b84935434d75aba396bdab (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) (cherry picked from commit 76bc401cc63219a462224884cb4af787e17725ed)
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