From 74036ea894f0b4b8258f38131d12b138c4b1f069 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 30 Jul 2014 17:36:57 +0100 Subject: [PATCH] Ignore mkws-manual.{html,odt,pdf} rather than their whitepaper.* equivalents, since that is what we will now be building. --- doc/.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/.gitignore b/doc/.gitignore index 26d5cfb..31f0aba 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,9 +1,9 @@ README.html README.odt README.pdf -whitepaper.html -whitepaper.odt -whitepaper.pdf +mkws-manual.html +mkws-manual.odt +mkws-manual.pdf library-configuration.html library-configuration.odt library-configuration.pdf -- 1.7.10.4