From 6a9255054b345026bc847ddad72f2da93f30ce4c Mon Sep 17 00:00:00 2001 From: Todd Short Date: Thu, 18 Aug 2022 11:05:43 -0400 Subject: [PATCH] Update gitignore Add test/timing_load_creds Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/19021) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4f5857df86..ae3b0ac580 100644 --- a/.gitignore +++ b/.gitignore @@ -102,6 +102,7 @@ providers/common/include/prov/der_sm2.h /test/evp_extra_test2 /test/evp_pkey_ctx_new_from_name /test/threadstest_fips +/test/timing_load_creds # Certain files that get created by tests on the fly /test-runs