From e7932c1eb7daa1f8778df57687f6983fe6712734 Mon Sep 17 00:00:00 2001 From: JimC Date: Wed, 3 Aug 2016 13:53:21 -0400 Subject: [PATCH 1/1] 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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.34.1