update gitignore

This commit is contained in:
Theo Buehler 2023-04-28 11:47:16 -06:00
parent 0d3f252c94
commit da8d75b660

2
.gitignore vendored
View File

@ -107,6 +107,7 @@ tests/freenull*
tests/gost2814789t* tests/gost2814789t*
tests/key_schedule* tests/key_schedule*
tests/mont* tests/mont*
tests/policy*
tests/rfc3779* tests/rfc3779*
tests/rfc5280time* tests/rfc5280time*
tests/ssl_get_shared_ciphers* tests/ssl_get_shared_ciphers*
@ -126,6 +127,7 @@ tests/testssl
tests/*.txt tests/*.txt
tests/compat/*.c tests/compat/*.c
tests/verify* tests/verify*
tests/x509_asn1*
tests/x509_info* tests/x509_info*
tests/x509attribute* tests/x509attribute*
tests/x509name* tests/x509name*