From 471448a43c59c803bcb8cdd0b0f8881ea4c4267f 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