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