diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -57,8 +57,13 @@ test-driver | |||
57 | *.trs | 57 | *.trs |
58 | tests/aes_wrap* | 58 | tests/aes_wrap* |
59 | tests/arc4random_fork* | 59 | tests/arc4random_fork* |
60 | tests/asn1api* | ||
61 | tests/asn1basic* | ||
62 | tests/asn1complex* | ||
63 | tests/asn1string_copy* | ||
60 | tests/asn1evp* | 64 | tests/asn1evp* |
61 | tests/asn1time* | 65 | tests/asn1time* |
66 | tests/asn1x509* | ||
62 | tests/bnaddsub* | 67 | tests/bnaddsub* |
63 | tests/bn_rand_interval* | 68 | tests/bn_rand_interval* |
64 | tests/bn_to_string* | 69 | tests/bn_to_string* |
@@ -89,6 +94,7 @@ tests/verify* | |||
89 | tests/x509_info* | 94 | tests/x509_info* |
90 | tests/x509attribute* | 95 | tests/x509attribute* |
91 | tests/x509name* | 96 | tests/x509name* |
97 | tests/x509req_ext* | ||
92 | !tests/optionstest.c | 98 | !tests/optionstest.c |
93 | !tests/*.test | 99 | !tests/*.test |
94 | tests/client.c | 100 | tests/client.c |