From d499ec2b77be5131176319911d3eea9565d94191 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 16 Jul 2023 01:58:35 -0600 Subject: [PATCH] update gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a0a34d7bde..bdae627a77 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,7 @@ tests/bn_mod_inverse* tests/bn_mod_sqrt* tests/bn_mont* tests/bn_primes* +tests/bn_print* tests/bn_rand_interval* tests/bn_shift* tests/bn_to_string* @@ -103,6 +104,7 @@ tests/constraints* tests/ctlog.conf tests/*.crt tests/ec_point_conversion* +tests/ecc_cdh* tests/evp_pkey_check* tests/evp_pkey_cleanup* tests/explicit_bzero*