From 0dfd83e89993f39ca6cafed62d13399b937ed983 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Mon, 18 Mar 2024 15:51:43 +0900 Subject: Add tests/bio_dump* and tests/x509_algor* to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 89962ea..6f00d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ tests/asn1time* tests/asn1x509* tests/bio_asn1* tests/bio_chain* +tests/bio_dump* tests/bio_host* tests/bio_mem* tests/bnaddsub* @@ -133,6 +134,7 @@ tests/testssl tests/*.txt tests/compat/*.c tests/verify* +tests/x509_algor* tests/x509_asn1* tests/x509_info* tests/x509attribute* -- cgit v1.2.3-55-g6feb