The branch master has been updated
       via  7b5108dff4cfde059ca278147a188fb6254603d1 (commit)
      from  ada66e78ef535fe80e422bbbadffe8e7863d457c (commit)


- Log -----------------------------------------------------------------
commit 7b5108dff4cfde059ca278147a188fb6254603d1
Author: Matt Caswell <[email protected]>
Date:   Tue Feb 18 16:08:30 2020 +0000

    Add *.d.tmp files to .gitignore
    
    These are temporary files generated by the build process that should not
    be checked in.
    
    Reviewed-by: Richard Levitte <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/11122)

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

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

diff --git a/.gitignore b/.gitignore
index a75914092f..44f963db78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -220,6 +220,7 @@ Makefile.save
 *.bak
 cscope.*
 *.d
+*.d.tmp
 pod2htmd.tmp
 
 # Windows manifest files

Reply via email to