From ffe12f82cee00412231e20d8ddb90ee5d9c2537f Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Sun, 22 Jun 2014 12:14:46 +0200 Subject: [PATCH] gitignore: result-* and make absolute doc ignores --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 105e621d702..d43399383a0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,9 @@ .*.swp .*.swo result -doc/NEWS.html -doc/NEWS.txt -doc/manual.html -doc/manual.pdf +result-* +/doc/NEWS.html +/doc/NEWS.txt +/doc/manual.html +/doc/manual.pdf .version-suffix