[openssl] master update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Thu Jan 9 16:24:26 UTC 2020


The branch master has been updated
       via  1e8879691ff86bda75b6e2e66c0f528684df5d47 (commit)
      from  2293032121d33299be4f21a599aab84413467f8d (commit)


- Log -----------------------------------------------------------------
commit 1e8879691ff86bda75b6e2e66c0f528684df5d47
Author: Nicola Tuveri <nic.tuv at gmail.com>
Date:   Mon Jan 6 01:14:24 2020 +0200

    Add test/bio_prefix_text to .gitignore
    
    A new test binary was added as part of
    51a7c4b5f2a0b2d0f6bc0c87ec2ee44b9697dc78
    (from https://github.com/openssl/openssl/pull/10531 ).
    
    This commit adds said binary to .gitignore to avoid cluttering of the
    worktree.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/10768)

-----------------------------------------------------------------------

Summary of changes:
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 91d2c03b40..26bba646d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -97,6 +97,7 @@ doc/man1/openssl.pod
 /test/ossl_shim/ossl_shim
 /test/rsa_complex
 /test/confdump
+/test/bio_prefix_text
 # Other generated files in test/
 /test/provider_internal_test.conf
 /test/fipsinstall.conf


More information about the openssl-commits mailing list