From 5a3c6f5e15e695b6bc0bfa0dae3895411147684a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 14 Oct 2014 16:56:57 +0100 Subject: [PATCH] Ignore generated PDFs. --- tools/htdocs/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/htdocs/.gitignore b/tools/htdocs/.gitignore index d630a7f..4e51ca4 100644 --- a/tools/htdocs/.gitignore +++ b/tools/htdocs/.gitignore @@ -2,6 +2,10 @@ index.html README.html mkws-manual.html mkws-developer.html +index.pdf +README.pdf +mkws-manual.pdf +mkws-developer.pdf NEWS VERSION handlebars-v2.0.0.js -- 1.7.10.4