[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Wed Oct 26 19:05:59 UTC 2016
The branch master has been updated
via 24c3c743806fecc30e1c807cd04ce021d8d19f5b (commit)
from 8d347b8772f9ef0d5d874cd585b948dd43b9995b (commit)
- Log -----------------------------------------------------------------
commit 24c3c743806fecc30e1c807cd04ce021d8d19f5b
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Oct 26 21:05:54 2016 +0200
Keep ignoring old style html manual layout
We still have them for version up to and including 1.1.0{x}
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index 102ddc7..c6d1a33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,12 @@
*.swp
blog
sitemap.txt
+docs/*/apps/*
+!docs/*/apps/index.html
+docs/*/crypto/*
+!docs/*/crypto/index.html
+docs/*/ssl/*
+!docs/*/ssl/index.html
docs/*/man1/*
!docs/*/man1/index.html
docs/*/man3/*
More information about the openssl-commits
mailing list