From 34707fefacbecc95daa5e7fc54bbf5adb2727a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Neuh=C3=A4user?= Date: Tue, 2 Nov 2010 13:15:18 +0100 Subject: [PATCH] Ignore files generated when building the test docs This is really helpful if you want to take a look at the HTML output --- .hgignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hgignore b/.hgignore index b68cccf91..45ecebc31 100644 --- a/.hgignore +++ b/.hgignore @@ -17,3 +17,5 @@ ~$ ^utils/.*3\.py$ ^distribute- +^tests/root/_build/* +^tests/root/generated/*