[openssl-commits] [web] master update

Richard Levitte levitte at openssl.org
Wed Oct 26 19:04:41 UTC 2016


The branch master has been updated
       via  8d347b8772f9ef0d5d874cd585b948dd43b9995b (commit)
      from  6c2a7dd890749c4488597250ce4fcc4a0d3233d6 (commit)


- Log -----------------------------------------------------------------
commit 8d347b8772f9ef0d5d874cd585b948dd43b9995b
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Oct 26 21:04:32 2016 +0200

    Adjust files to ignore
    
    The manpages are layed out according to Unix standards
    
    source/snapshot isn't versioned

-----------------------------------------------------------------------

Summary of changes:
 .gitignore | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9fa841b..102ddc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,12 +2,14 @@
 *.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/*
+!docs/*/man3/index.html
+docs/*/man5/*
+!docs/*/man5/index.html
+docs/*/man7/*
+!docs/*/man7/index.html
 docs/faq.inc
 docs/fips.inc
 mk-manpages.pl
@@ -28,3 +30,4 @@ source/old/*/*.patch
 source/old/*/*.tar.gz*
 source/old/*/*.txt.asc
 source/old/*/index.inc
+source/snapshot


More information about the openssl-commits mailing list