diff options
author | Matt Caswell <matt@openssl.org> | 2020-02-18 17:08:30 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-02-20 17:58:19 +0100 |
commit | 7b5108dff4cfde059ca278147a188fb6254603d1 (patch) | |
tree | ee6e58376893c9667f0458d56fe061ac674ac62a /.gitignore | |
parent | Deprecate the low level Diffie-Hellman functions. (diff) | |
download | openssl-7b5108dff4cfde059ca278147a188fb6254603d1.tar.xz openssl-7b5108dff4cfde059ca278147a188fb6254603d1.zip |
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)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |