diff options
author | Matt Caswell <matt@openssl.org> | 2019-11-12 18:41:29 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2019-11-14 10:40:24 +0100 |
commit | d7e4aecd89872112837baff6777147bb4b4d36bf (patch) | |
tree | c5dd29034ee77d07a3b9d8109ddb2ae3739836a9 /.gitignore | |
parent | Document various new/changes EVP_PKEY_CTX_* functions (diff) | |
download | openssl-d7e4aecd89872112837baff6777147bb4b4d36bf.tar.xz openssl-d7e4aecd89872112837baff6777147bb4b4d36bf.zip |
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 <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10430)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |