From b5fa2f1a6310194479abb3ff813e7be90c62fa1d Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 20 Nov 2012 12:51:39 -0800 Subject: [PATCH] Ignore .tox directory I was experimenting with the virtualenv testing tool tox.testrun.org and I might as well ignore its directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f766e36..6d73f11 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ *.egg-info .noseids .ropeproject +.tox dist RELEASE-VERSION -- 2.30.2