summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJimC <jim@carroll.com>2016-08-03 13:53:21 -0400
committerRichard Levitte <levitte@openssl.org>2016-08-04 17:05:48 +0200
commite7932c1eb7daa1f8778df57687f6983fe6712734 (patch)
tree8b93f987f4e695e32fac795516e4f1f09e63f781 /.gitignore
parentc47ba4e96c7aa9c2f741f8c89b6440ed2c13b91c (diff)
Ignore windows generated manifests
- Commit a95ce7f builds *.manifest files on windows -- added them to .gitignore. - ignore pod -> html temp file Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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