https://github.com/openssl/openssl
Raw File
Tip revision: db2ac4f6ebd8f3d7b2a60882992fbea1269114e2 authored by Tomas Mraz on 04 June 2024, 12:53:04 UTC
Prepare for release of 3.3.1
Tip revision: db2ac4f
.gitattributes
*.bin binary
*.der binary
/fuzz/corpora/** binary
*.pfx binary

# For git archive
fuzz/corpora/**                         export-ignore
Configurations/*.norelease.conf         export-ignore
# We generally avoid anything with a name starting with a period.
# However, .ctags.d is precious, so we don't ignore that.
.*                                      export-ignore
.ctags.d                                !export-ignore
util/mktar.sh                           export-ignore
krb5                                    export-ignore
pyca-cryptography                       export-ignore
dev                                     export-ignore
gost-engine                             export-ignore
back to top