aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-07-16 01:58:35 -0600
committerTheo Buehler <tb@openbsd.org>2023-07-16 01:58:35 -0600
commitd499ec2b77be5131176319911d3eea9565d94191 (patch)
tree619125e13fd088c35f33bd055eb156f633979e10
parent5d6a7305fcdce3bef745a8db7bccbb4420704c14 (diff)
downloadportable-d499ec2b77be5131176319911d3eea9565d94191.tar.gz
portable-d499ec2b77be5131176319911d3eea9565d94191.tar.bz2
portable-d499ec2b77be5131176319911d3eea9565d94191.zip
update gitignore
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a0a34d7..bdae627 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,6 +92,7 @@ tests/bn_mod_inverse*
92tests/bn_mod_sqrt* 92tests/bn_mod_sqrt*
93tests/bn_mont* 93tests/bn_mont*
94tests/bn_primes* 94tests/bn_primes*
95tests/bn_print*
95tests/bn_rand_interval* 96tests/bn_rand_interval*
96tests/bn_shift* 97tests/bn_shift*
97tests/bn_to_string* 98tests/bn_to_string*
@@ -103,6 +104,7 @@ tests/constraints*
103tests/ctlog.conf 104tests/ctlog.conf
104tests/*.crt 105tests/*.crt
105tests/ec_point_conversion* 106tests/ec_point_conversion*
107tests/ecc_cdh*
106tests/evp_pkey_check* 108tests/evp_pkey_check*
107tests/evp_pkey_cleanup* 109tests/evp_pkey_cleanup*
108tests/explicit_bzero* 110tests/explicit_bzero*