diff options
| author | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-05-03 15:32:03 +0900 |
|---|---|---|
| committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-05-13 23:10:46 +0900 |
| commit | a855e4a3d715ce9c2fe26db805c6cf01d7d557f5 (patch) | |
| tree | c89510708634234088c694aa85d363b8b8da7924 | |
| parent | 28e428e6843583a6cef9d6ff2b90a59a953ccefa (diff) | |
| download | portable-a855e4a3d715ce9c2fe26db805c6cf01d7d557f5.tar.gz portable-a855e4a3d715ce9c2fe26db805c6cf01d7d557f5.tar.bz2 portable-a855e4a3d715ce9c2fe26db805c6cf01d7d557f5.zip | |
Fix .gitignore
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -47,6 +47,10 @@ Makefile.in | |||
| 47 | *.3 | 47 | *.3 |
| 48 | *.5 | 48 | *.5 |
| 49 | 49 | ||
| 50 | cert.pem | ||
| 51 | openssl.cnf | ||
| 52 | x509v3.cnf | ||
| 53 | |||
| 50 | # tests | 54 | # tests |
| 51 | test-driver | 55 | test-driver |
| 52 | *.log | 56 | *.log |
| @@ -60,6 +64,7 @@ tests/bn_rand_interval* | |||
| 60 | tests/bn_to_string* | 64 | tests/bn_to_string* |
| 61 | tests/cipher* | 65 | tests/cipher* |
| 62 | tests/constraints* | 66 | tests/constraints* |
| 67 | tests/ec_point_conversion* | ||
| 63 | tests/explicit_bzero* | 68 | tests/explicit_bzero* |
| 64 | tests/freenull* | 69 | tests/freenull* |
| 65 | tests/gost2814789t* | 70 | tests/gost2814789t* |
