aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 78c2956..9590434 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,6 +47,10 @@ Makefile.in
47*.3 47*.3
48*.5 48*.5
49 49
50cert.pem
51openssl.cnf
52x509v3.cnf
53
50# tests 54# tests
51test-driver 55test-driver
52*.log 56*.log
@@ -60,6 +64,7 @@ tests/bn_rand_interval*
60tests/bn_to_string* 64tests/bn_to_string*
61tests/cipher* 65tests/cipher*
62tests/constraints* 66tests/constraints*
67tests/ec_point_conversion*
63tests/explicit_bzero* 68tests/explicit_bzero*
64tests/freenull* 69tests/freenull*
65tests/gost2814789t* 70tests/gost2814789t*