From 4199bb9d9d8b8e4070f98801e27add0ccc89ae0f Mon Sep 17 00:00:00 2001 From: Nick Coghlan <@ncoghlan> Date: Tue, 12 Jan 2016 18:50:35 +1000 Subject: [PATCH] Ignore tox directory --- .hgignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 37ca46e..0a06a5d 100644 --- a/.hgignore +++ b/.hgignore @@ -13,4 +13,5 @@ coverage/ htmlcov/ _build/ dist/ -MANIFEST \ No newline at end of file +MANIFEST +.tox