From a855e4a3d715ce9c2fe26db805c6cf01d7d557f5 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Mon, 3 May 2021 15:32:03 +0900 Subject: Fix .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 78c2956..9590434 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,10 @@ Makefile.in *.3 *.5 +cert.pem +openssl.cnf +x509v3.cnf + # tests test-driver *.log @@ -60,6 +64,7 @@ tests/bn_rand_interval* tests/bn_to_string* tests/cipher* tests/constraints* +tests/ec_point_conversion* tests/explicit_bzero* tests/freenull* tests/gost2814789t* -- cgit v1.2.3-55-g6feb