aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2021-05-03 15:32:03 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2021-05-13 23:10:46 +0900
commita855e4a3d715ce9c2fe26db805c6cf01d7d557f5 (patch)
treec89510708634234088c694aa85d363b8b8da7924
parent28e428e6843583a6cef9d6ff2b90a59a953ccefa (diff)
downloadportable-a855e4a3d715ce9c2fe26db805c6cf01d7d557f5.tar.gz
portable-a855e4a3d715ce9c2fe26db805c6cf01d7d557f5.tar.bz2
portable-a855e4a3d715ce9c2fe26db805c6cf01d7d557f5.zip
Fix .gitignore
-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*