From 4e98c4e88627633eea503407fccf3c02a4bd3e9b Mon Sep 17 00:00:00 2001
From: Christoph Hellwig <hch@lst.de>
Date: Fri, 17 Feb 2017 15:48:05 +0100
Subject: [PATCH] update .gitignore for the auto-generated manpage formats

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index be778db..5a8946e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,10 @@
 build-stamp
 build/*
 dist/*
-doc/*
 *.pyc
 *.pyc
+
+# generated documentation
+Documentation/*.1
+Documentation/*.xml
+Documentation/*.html
-- 
GitLab