aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2020-09-15 21:42:58 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2020-09-15 21:42:58 +0900
commit5bedaf92260fe08ac4df4e513471bfa970167253 (patch)
tree7b5c625e173f91491afcd54287e35e6289b39b02
parent1c0b5f07345a5b44e4095feb21b18d0a3f66cd60 (diff)
downloadportable-5bedaf92260fe08ac4df4e513471bfa970167253.tar.gz
portable-5bedaf92260fe08ac4df4e513471bfa970167253.tar.bz2
portable-5bedaf92260fe08ac4df4e513471bfa970167253.zip
Update .gitignore
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 38ea860..4bef715 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,6 +59,7 @@ tests/bnaddsub*
59tests/bn_rand_interval* 59tests/bn_rand_interval*
60tests/bn_to_string* 60tests/bn_to_string*
61tests/cipher* 61tests/cipher*
62tests/constraints*
62tests/explicit_bzero* 63tests/explicit_bzero*
63tests/freenull* 64tests/freenull*
64tests/gost2814789t* 65tests/gost2814789t*
@@ -77,6 +78,9 @@ tests/*.pem
77tests/testssl 78tests/testssl
78tests/*.txt 79tests/*.txt
79tests/compat/*.c 80tests/compat/*.c
81tests/verify*
82tests/x509_info*
83tests/x509attribute*
80tests/x509name* 84tests/x509name*
81!tests/optionstest.c 85!tests/optionstest.c
82!tests/*.test 86!tests/*.test