From 9b38723dad57f9eb49abdb2a6cde699c658c83fc Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Wed, 15 Aug 2012 00:41:47 +0100 Subject: [PATCH] ignore generated html files from manuals --- .hgignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 57af108..ed45690 100644 --- a/.hgignore +++ b/.hgignore @@ -7,4 +7,5 @@ syntax: glob *.so *.dylib *.dso -*~ \ No newline at end of file +*~ +html/*/*.html \ No newline at end of file -- 2.40.0