From: Neil Horman Date: Mon, 5 Jan 2026 18:26:53 +0000 (-0500) Subject: Add new test test_base64_simdutf to .gitignore file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d4bb3753ba7456cad41204157dab33d93100715;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Paul Yang Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/29551) --- diff --git a/.gitignore b/.gitignore index 7983f5bbc78..c8e9abece0d 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