summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorDaniel Neuh?user <dasdasich@gmail.com>2010-11-02 13:15:18 +0100
committerDaniel Neuh?user <dasdasich@gmail.com>2010-11-02 13:15:18 +0100
commita76e9b07fc07cdb59133f138ac3332e26c3d0bf8 (patch)
tree14423f61da8d2a9ec20de2514bed02243031b4a6 /.hgignore
parent3f27583b78691983a32850ef1a6e217d3b86b0af (diff)
downloadsphinx-a76e9b07fc07cdb59133f138ac3332e26c3d0bf8.tar.gz
Ignore files generated when building the test docs
This is really helpful if you want to take a look at the HTML output
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index b68cccf9..45ecebc3 100644
--- a/.hgignore
+++ b/.hgignore
@@ -17,3 +17,5 @@
~$
^utils/.*3\.py$
^distribute-
+^tests/root/_build/*
+^tests/root/generated/*