mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <ppzgs1@gmail.com> (Merged from https://github.com/openssl/openssl/pull/26569)
20 lines
801 B
Plaintext
20 lines
801 B
Plaintext
*.bin binary
|
|
*.der binary
|
|
/fuzz/corpora/** binary
|
|
*.pfx binary
|
|
test/recipes/15-test_ml_dsa_codecs_data/*.dat binary
|
|
test/recipes/15-test_ml_kem_codecs_data/*.dat 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
|