From 64c2d75751a21291b5fd9fbd03fb3b8119d7a13b Mon Sep 17 00:00:00 2001
From: Michael Foord <michael@voidspace.org.uk>
Date: Mon, 1 Aug 2011 12:49:37 +0100
Subject: [PATCH] ignore temporary script

---
 .hgignore | 3 ++-
 tox.ini   | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.hgignore b/.hgignore
index 8423f72..042f25f 100644
--- a/.hgignore
+++ b/.hgignore
@@ -6,4 +6,5 @@ mock\.wpu
 build
 dist
 latex
-.*\$py\.class
\ No newline at end of file
+.*\$py\.class
+runtox
diff --git a/tox.ini b/tox.ini
index 6f4c22b..4df7c03 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ envlist = py24,py25,py26,py27,py31,pypy,py32,jython
 deps=unittest2
 commands={envbindir}/unit2 discover []
 
-
 [testenv:py26]
 commands=
     {envbindir}/unit2 discover []
-- 
GitLab