From: JimC Date: Wed, 3 Aug 2016 17:53:21 +0000 (-0400) Subject: Ignore windows generated manifests X-Git-Tag: OpenSSL_1_1_0~284 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e7932c1eb7daa1f8778df57687f6983fe6712734;p=oweals%2Fopenssl.git Ignore windows generated manifests - Commit a95ce7f builds *.manifest files on windows -- added them to .gitignore. - ignore pod -> html temp file Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte --- diff --git a/.gitignore b/.gitignore index 7deae39a78..e55ab65e9f 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,7 @@ Makefile.save *.bak cscope.* *.d +pod2htmd.tmp + +# Windows manifest files +*.manifest