diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-05-31 02:32:57 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-05-31 02:32:57 -0600 |
| commit | fbdc64358eac93c769b4dcf9fa070b225f65a095 (patch) | |
| tree | 5292d0620695349b5c730a8eabba747f15595706 | |
| parent | 5011fa2a0a08dd764a5f3fc6dca3069b40f27b75 (diff) | |
| download | portable-fbdc64358eac93c769b4dcf9fa070b225f65a095.tar.gz portable-fbdc64358eac93c769b4dcf9fa070b225f65a095.tar.bz2 portable-fbdc64358eac93c769b4dcf9fa070b225f65a095.zip | |
Update .gitignore
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -133,6 +133,7 @@ tests/tls_ext_alpn* | |||
| 133 | tests/tls_prf* | 133 | tests/tls_prf* |
| 134 | tests/*test | 134 | tests/*test |
| 135 | tests/tests.h | 135 | tests/tests.h |
| 136 | tests/test.h | ||
| 136 | tests/*test.c | 137 | tests/*test.c |
| 137 | tests/pbkdf2* | 138 | tests/pbkdf2* |
| 138 | tests/*.pem | 139 | tests/*.pem |
| @@ -153,7 +154,7 @@ tests/x509req_ext* | |||
| 153 | tests/client.c | 154 | tests/client.c |
| 154 | tests/init_pledge.c | 155 | tests/init_pledge.c |
| 155 | tests/server.c | 156 | tests/server.c |
| 156 | tests/util.c | 157 | tests/*util.c |
| 157 | tests/valid_handshakes_terminate* | 158 | tests/valid_handshakes_terminate* |
| 158 | tests/handshake_table* | 159 | tests/handshake_table* |
| 159 | 160 | ||
