Add *.d.tmp files to .gitignore
authorMatt Caswell <matt@openssl.org>
Tue, 18 Feb 2020 16:08:30 +0000 (16:08 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 20 Feb 2020 16:58:19 +0000 (16:58 +0000)
These are temporary files generated by the build process that should not
be checked in.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11122)

.gitignore

index a75914092fcb08364cd87bee6633a08cf39f51cc..44f963db7814080f0889a8a2533c6b851f597329 100644 (file)
@@ -220,6 +220,7 @@ Makefile.save
 *.bak
 cscope.*
 *.d
+*.d.tmp
 pod2htmd.tmp
 
 # Windows manifest files