mirror of
https://github.com/openssl/openssl.git
synced 2024-11-23 18:13:39 +08:00
c150a94857
Our test data (test/data.txt and test/data2.txt) are text files, but declaring them binary means that there will be no line ending transformation done on them. This is necessary for testing on non-Unix platforms, where certain tests could otherwise give results that don't match expected results. Fixes #13474 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13477)
16 lines
568 B
Plaintext
16 lines
568 B
Plaintext
*.bin binary
|
|
*.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
|
|
dev export-ignore
|
|
gost-engine export-ignore
|