mirror of https://github.com/openssl/openssl.git
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 <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11122)
(cherry picked from commit 7b5108dff4
)
This commit is contained in:
parent
dfbaef60fe
commit
b22a4996f3
|
@ -178,6 +178,7 @@ Makefile.save
|
|||
*.bak
|
||||
cscope.*
|
||||
*.d
|
||||
*.d.tmp
|
||||
pod2htmd.tmp
|
||||
|
||||
# Windows manifest files
|
||||
|
|
Loading…
Reference in New Issue