From 8396eab3d61b3a69b1b48f767d9b77ac2c252d2c Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Thu, 5 Mar 2015 10:06:44 +0100 Subject: [PATCH] Filter doc/html from "git status" --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 449181b..c1125c9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ *.debug* *.release* *~ -_* \ No newline at end of file +_* +doc/*.tags +doc/html