diff options
author | Brent Cook <busterb@gmail.com> | 2022-08-01 00:03:34 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-08-01 00:03:34 -0500 |
commit | e7c48bb560efd49ace610f9f8c516728366435f3 (patch) | |
tree | 0c69eabf093a5667b45abd42a795e3a32e82966b | |
parent | c5c6e8289f4acd6a6be92612a6dd49020ca9299f (diff) | |
download | portable-e7c48bb560efd49ace610f9f8c516728366435f3.tar.gz portable-e7c48bb560efd49ace610f9f8c516728366435f3.tar.bz2 portable-e7c48bb560efd49ace610f9f8c516728366435f3.zip |
ignore new test files
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -63,11 +63,14 @@ tests/asn1complex* | |||
63 | tests/asn1evp* | 63 | tests/asn1evp* |
64 | tests/asn1object* | 64 | tests/asn1object* |
65 | tests/asn1string_copy* | 65 | tests/asn1string_copy* |
66 | tests/asn1_string_to_utf8* | ||
66 | tests/asn1time* | 67 | tests/asn1time* |
67 | tests/asn1x509* | 68 | tests/asn1x509* |
68 | tests/bnaddsub* | 69 | tests/bnaddsub* |
70 | tests/bn_isqrt* | ||
69 | tests/bn_mod_exp2_mont* | 71 | tests/bn_mod_exp2_mont* |
70 | tests/bn_mod_sqrt* | 72 | tests/bn_mod_sqrt* |
73 | tests/bn_primes* | ||
71 | tests/bn_rand_interval* | 74 | tests/bn_rand_interval* |
72 | tests/bn_to_string* | 75 | tests/bn_to_string* |
73 | tests/cipher* | 76 | tests/cipher* |
@@ -84,6 +87,7 @@ tests/rfc3779* | |||
84 | tests/rfc5280time* | 87 | tests/rfc5280time* |
85 | tests/ssl_get_shared_ciphers* | 88 | tests/ssl_get_shared_ciphers* |
86 | tests/ssl_methods* | 89 | tests/ssl_methods* |
90 | tests/ssl_set_alpn_protos* | ||
87 | tests/ssl_versions* | 91 | tests/ssl_versions* |
88 | tests/string_table* | 92 | tests/string_table* |
89 | tests/timingsafe* | 93 | tests/timingsafe* |