diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-28 11:47:16 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-28 11:51:21 -0600 |
commit | da8d75b6609c23aa89df1d05fdec611659ecfc1b (patch) | |
tree | fbe3a86e597b0aec411a17dc8fdafed6292b465c | |
parent | 0d3f252c94057ef5d32e659e941d7877de37d514 (diff) | |
download | portable-da8d75b6609c23aa89df1d05fdec611659ecfc1b.tar.gz portable-da8d75b6609c23aa89df1d05fdec611659ecfc1b.tar.bz2 portable-da8d75b6609c23aa89df1d05fdec611659ecfc1b.zip |
update gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,7 @@ tests/freenull* | |||
107 | tests/gost2814789t* | 107 | tests/gost2814789t* |
108 | tests/key_schedule* | 108 | tests/key_schedule* |
109 | tests/mont* | 109 | tests/mont* |
110 | tests/policy* | ||
110 | tests/rfc3779* | 111 | tests/rfc3779* |
111 | tests/rfc5280time* | 112 | tests/rfc5280time* |
112 | tests/ssl_get_shared_ciphers* | 113 | tests/ssl_get_shared_ciphers* |
@@ -126,6 +127,7 @@ tests/testssl | |||
126 | tests/*.txt | 127 | tests/*.txt |
127 | tests/compat/*.c | 128 | tests/compat/*.c |
128 | tests/verify* | 129 | tests/verify* |
130 | tests/x509_asn1* | ||
129 | tests/x509_info* | 131 | tests/x509_info* |
130 | tests/x509attribute* | 132 | tests/x509attribute* |
131 | tests/x509name* | 133 | tests/x509name* |