aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5e09e1b..ecf729c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,11 +60,13 @@ tests/arc4random_fork*
60tests/asn1api* 60tests/asn1api*
61tests/asn1basic* 61tests/asn1basic*
62tests/asn1complex* 62tests/asn1complex*
63tests/asn1string_copy*
64tests/asn1evp* 63tests/asn1evp*
64tests/asn1object*
65tests/asn1string_copy*
65tests/asn1time* 66tests/asn1time*
66tests/asn1x509* 67tests/asn1x509*
67tests/bnaddsub* 68tests/bnaddsub*
69tests/bn_mod_exp2_mont*
68tests/bn_rand_interval* 70tests/bn_rand_interval*
69tests/bn_to_string* 71tests/bn_to_string*
70tests/cipher* 72tests/cipher*
@@ -81,6 +83,7 @@ tests/rfc5280time*
81tests/ssl_get_shared_ciphers* 83tests/ssl_get_shared_ciphers*
82tests/ssl_methods* 84tests/ssl_methods*
83tests/ssl_versions* 85tests/ssl_versions*
86tests/string_table*
84tests/timingsafe* 87tests/timingsafe*
85tests/tls_ext_alpn* 88tests/tls_ext_alpn*
86tests/tls_prf* 89tests/tls_prf*