From: Matt Caswell Date: Tue, 18 Feb 2020 16:08:30 +0000 (+0000) Subject: Add *.d.tmp files to .gitignore X-Git-Tag: openssl-3.0.0-alpha1~405 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=7b5108dff4cfde059ca278147a188fb6254603d1 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 (Merged from https://github.com/openssl/openssl/pull/11122) --- 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