The branch master has been updated
       via  80627240638673eb605f48486b2651712690985f (commit)
      from  5d979e0484865f48ef4d180e1698be6f2b58fd9f (commit)


- Log -----------------------------------------------------------------
commit 80627240638673eb605f48486b2651712690985f
Author: Matt Caswell <[email protected]>
Date:   Thu May 14 14:21:40 2020 +0100

    Ignore some auto-generated DER files
    
    Reviewed-by: Dmitry Belyavskiy <[email protected]>
    Reviewed-by: Richard Levitte <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/11830)

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

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

diff --git a/.gitignore b/.gitignore
index 856a6c71d5..d15303e49b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,9 +32,11 @@ doc/man1/openssl-*.pod
 providers/common/der/der_dsa.c
 providers/common/der/der_ec.c
 providers/common/der/der_rsa.c
+providers/common/der/der_digests.c
 providers/common/include/prov/der_dsa.h
 providers/common/include/prov/der_ec.h
 providers/common/include/prov/der_rsa.h
+providers/common/include/prov/der_digests.h
 
 # error code files
 /crypto/err/openssl.txt.old

Reply via email to