aboutsummaryrefslogtreecommitdiffhomepage
path: root/.hgignore
diff options
context:
space:
mode:
authorGravatar Sebastian Spaeth <sebastian@sspaeth.de>2010-03-19 09:38:43 +0100
committerGravatar Sebastian Spaeth <sebastian@sspaeth.de>2010-03-19 09:38:43 +0100
commit7739b6e46966150be6ac6e1467bdf0a3c7da5a02 (patch)
tree59767a7da2bdee48b903b147be562b062439127e /.hgignore
parentf2c49bb070f94bcd8ebd19150e640d5111d46777 (diff)
hgignore: ignore test/test*
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index a6cc1733..b4c079d5 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,4 +1,5 @@
.*\.pyc$
~$
^docs/html
-^docs/build \ No newline at end of file
+^docs/build
+^test/test \ No newline at end of file