Commit 2d4bb3753b for openssl.org
commit 2d4bb3753ba7456cad41204157dab33d93100715
Author: Neil Horman <nhorman@openssl.org>
Date: Mon Jan 5 13:26:53 2026 -0500
Add new test test_base64_simdutf to .gitignore file
the test_base64_simdutf test is commonly built but not ignored by our
.gitignore file, fix that up
Fixes #29529
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29551)
diff --git a/.gitignore b/.gitignore
index 7983f5bbc7..c8e9abece0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -212,6 +212,7 @@ providers/implementations/rands/test_rng.inc
/test/evp_pkey_ctx_new_from_name
/test/threadstest_fips
/test/timing_load_creds
+/test/test_base64_simdutf
# Demo applications
/demos/bio/client-arg