From 38aaca68c6d51978b54f830a7aa8ad0bb322ca41 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 16 Jan 2014 19:01:28 +0100 Subject: [PATCH] Ignore .tox. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 20d4398..4401d89 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ docs/_build *.egg-info *.egg test.db -build/ \ No newline at end of file +build/ +.tox/ \ No newline at end of file