aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-08-01 00:03:34 -0500
committerBrent Cook <busterb@gmail.com>2022-08-01 00:03:34 -0500
commite7c48bb560efd49ace610f9f8c516728366435f3 (patch)
tree0c69eabf093a5667b45abd42a795e3a32e82966b
parentc5c6e8289f4acd6a6be92612a6dd49020ca9299f (diff)
downloadportable-e7c48bb560efd49ace610f9f8c516728366435f3.tar.gz
portable-e7c48bb560efd49ace610f9f8c516728366435f3.tar.bz2
portable-e7c48bb560efd49ace610f9f8c516728366435f3.zip
ignore new test files
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b85cf10..e00baab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,11 +63,14 @@ tests/asn1complex*
63tests/asn1evp* 63tests/asn1evp*
64tests/asn1object* 64tests/asn1object*
65tests/asn1string_copy* 65tests/asn1string_copy*
66tests/asn1_string_to_utf8*
66tests/asn1time* 67tests/asn1time*
67tests/asn1x509* 68tests/asn1x509*
68tests/bnaddsub* 69tests/bnaddsub*
70tests/bn_isqrt*
69tests/bn_mod_exp2_mont* 71tests/bn_mod_exp2_mont*
70tests/bn_mod_sqrt* 72tests/bn_mod_sqrt*
73tests/bn_primes*
71tests/bn_rand_interval* 74tests/bn_rand_interval*
72tests/bn_to_string* 75tests/bn_to_string*
73tests/cipher* 76tests/cipher*
@@ -84,6 +87,7 @@ tests/rfc3779*
84tests/rfc5280time* 87tests/rfc5280time*
85tests/ssl_get_shared_ciphers* 88tests/ssl_get_shared_ciphers*
86tests/ssl_methods* 89tests/ssl_methods*
90tests/ssl_set_alpn_protos*
87tests/ssl_versions* 91tests/ssl_versions*
88tests/string_table* 92tests/string_table*
89tests/timingsafe* 93tests/timingsafe*