From d7e4aecd89872112837baff6777147bb4b4d36bf Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 12 Nov 2019 17:41:29 +0000 Subject: [PATCH] Add confdump to .gitignore We added a new executable to the test directory which didn't match the existing gitignore rules, so we add it explicitly. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10430) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fa57dfcb38..8629499c49 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,7 @@ doc/man1/openssl-x509.pod /test/versions /test/ossl_shim/ossl_shim /test/rsa_complex +/test/confdump # Other generated files in test/ /test/provider_internal_test.conf /test/fipsinstall.conf -- 2.34.1