diff options
Diffstat (limited to 'roms/edk2/CryptoPkg/Library/OpensslLib/openssl/.gitattributes')
-rw-r--r-- | roms/edk2/CryptoPkg/Library/OpensslLib/openssl/.gitattributes | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/.gitattributes b/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/.gitattributes new file mode 100644 index 000000000..96e40b6cd --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/.gitattributes @@ -0,0 +1,12 @@ +*.der binary +/fuzz/corpora/** binary +*.pfx binary + +# For git archive +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 |