Fix .gitignore

This commit is contained in:
kinichiro 2021-05-03 15:32:03 +09:00
parent 28e428e684
commit a855e4a3d7

5
.gitignore vendored
View File

@ -47,6 +47,10 @@ Makefile.in
*.3 *.3
*.5 *.5
cert.pem
openssl.cnf
x509v3.cnf
# tests # tests
test-driver test-driver
*.log *.log
@ -60,6 +64,7 @@ tests/bn_rand_interval*
tests/bn_to_string* tests/bn_to_string*
tests/cipher* tests/cipher*
tests/constraints* tests/constraints*
tests/ec_point_conversion*
tests/explicit_bzero* tests/explicit_bzero*
tests/freenull* tests/freenull*
tests/gost2814789t* tests/gost2814789t*