From 0664ace260c1d86e0875dd8f14cf32bebcfd0134 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Mon, 28 Dec 2015 09:44:30 +0100 Subject: [PATCH] Fix ignore doxigen output in .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3c0570c67d..b300f579e2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,8 @@ addon *~ robots.txt -#ignore documentation, it should be newly built -doc/api +#ignore documentation, it should be newly built +doc/html #ignore reports, should be generted with every build report/ @@ -23,7 +23,7 @@ report/ .buildpath .externalToolBuilders .settings -#ignore OSX .DS_Store files +#ignore OSX .DS_Store files .DS_Store /nbproject/private/