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)
This commit is contained in:
parent
b9a6947179
commit
76bc401cc6
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -7,3 +7,6 @@ fuzz/corpora/** export-ignore
|
||||||
Configurations/*.norelease.conf export-ignore
|
Configurations/*.norelease.conf export-ignore
|
||||||
.* export-ignore
|
.* export-ignore
|
||||||
util/mktar.sh export-ignore
|
util/mktar.sh export-ignore
|
||||||
|
boringssl export-ignore
|
||||||
|
krb5 export-ignore
|
||||||
|
pyca-cryptography export-ignore
|
||||||
|
|
Loading…
Reference in a new issue