aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-28 11:47:16 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-28 11:51:21 -0600
commitda8d75b6609c23aa89df1d05fdec611659ecfc1b (patch)
treefbe3a86e597b0aec411a17dc8fdafed6292b465c
parent0d3f252c94057ef5d32e659e941d7877de37d514 (diff)
downloadportable-da8d75b6609c23aa89df1d05fdec611659ecfc1b.tar.gz
portable-da8d75b6609c23aa89df1d05fdec611659ecfc1b.tar.bz2
portable-da8d75b6609c23aa89df1d05fdec611659ecfc1b.zip
update gitignore
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 58ebb7c..d6b9276 100644
--- a/.gitignore
+++ b/.gitignore
@@ -107,6 +107,7 @@ tests/freenull*
107tests/gost2814789t* 107tests/gost2814789t*
108tests/key_schedule* 108tests/key_schedule*
109tests/mont* 109tests/mont*
110tests/policy*
110tests/rfc3779* 111tests/rfc3779*
111tests/rfc5280time* 112tests/rfc5280time*
112tests/ssl_get_shared_ciphers* 113tests/ssl_get_shared_ciphers*
@@ -126,6 +127,7 @@ tests/testssl
126tests/*.txt 127tests/*.txt
127tests/compat/*.c 128tests/compat/*.c
128tests/verify* 129tests/verify*
130tests/x509_asn1*
129tests/x509_info* 131tests/x509_info*
130tests/x509attribute* 132tests/x509attribute*
131tests/x509name* 133tests/x509name*