diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-18 17:13:56 +1000 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-18 17:13:56 +1000 |
commit | 7b4003328e252a63c7859e03515fe68696b66f4f (patch) | |
tree | 66436c8ded0c72d67a307410a18e1961d1a5fa12 | |
parent | 8a89225afb24c1e631331ef4d83eb9999d33cdcd (diff) | |
parent | 0dfd83e89993f39ca6cafed62d13399b937ed983 (diff) | |
download | portable-7b4003328e252a63c7859e03515fe68696b66f4f.tar.gz portable-7b4003328e252a63c7859e03515fe68696b66f4f.tar.bz2 portable-7b4003328e252a63c7859e03515fe68696b66f4f.zip |
Land #1020 - add new tests to gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,7 @@ tests/asn1time* | |||
78 | tests/asn1x509* | 78 | tests/asn1x509* |
79 | tests/bio_asn1* | 79 | tests/bio_asn1* |
80 | tests/bio_chain* | 80 | tests/bio_chain* |
81 | tests/bio_dump* | ||
81 | tests/bio_host* | 82 | tests/bio_host* |
82 | tests/bio_mem* | 83 | tests/bio_mem* |
83 | tests/bnaddsub* | 84 | tests/bnaddsub* |
@@ -133,6 +134,7 @@ tests/testssl | |||
133 | tests/*.txt | 134 | tests/*.txt |
134 | tests/compat/*.c | 135 | tests/compat/*.c |
135 | tests/verify* | 136 | tests/verify* |
137 | tests/x509_algor* | ||
136 | tests/x509_asn1* | 138 | tests/x509_asn1* |
137 | tests/x509_info* | 139 | tests/x509_info* |
138 | tests/x509attribute* | 140 | tests/x509attribute* |