diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-15 21:42:58 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-15 21:42:58 +0900 |
commit | 5bedaf92260fe08ac4df4e513471bfa970167253 (patch) | |
tree | 7b5c625e173f91491afcd54287e35e6289b39b02 | |
parent | 1c0b5f07345a5b44e4095feb21b18d0a3f66cd60 (diff) | |
download | portable-5bedaf92260fe08ac4df4e513471bfa970167253.tar.gz portable-5bedaf92260fe08ac4df4e513471bfa970167253.tar.bz2 portable-5bedaf92260fe08ac4df4e513471bfa970167253.zip |
Update .gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,6 +59,7 @@ tests/bnaddsub* | |||
59 | tests/bn_rand_interval* | 59 | tests/bn_rand_interval* |
60 | tests/bn_to_string* | 60 | tests/bn_to_string* |
61 | tests/cipher* | 61 | tests/cipher* |
62 | tests/constraints* | ||
62 | tests/explicit_bzero* | 63 | tests/explicit_bzero* |
63 | tests/freenull* | 64 | tests/freenull* |
64 | tests/gost2814789t* | 65 | tests/gost2814789t* |
@@ -77,6 +78,9 @@ tests/*.pem | |||
77 | tests/testssl | 78 | tests/testssl |
78 | tests/*.txt | 79 | tests/*.txt |
79 | tests/compat/*.c | 80 | tests/compat/*.c |
81 | tests/verify* | ||
82 | tests/x509_info* | ||
83 | tests/x509attribute* | ||
80 | tests/x509name* | 84 | tests/x509name* |
81 | !tests/optionstest.c | 85 | !tests/optionstest.c |
82 | !tests/*.test | 86 | !tests/*.test |