From: Dougal Matthews Date: Tue, 25 Nov 2014 15:33:56 +0000 (+0000) Subject: Using tox can leave eggs in your CWD, ignore them X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5431b5ebba039ffbbd734d5a358872da88c1ab80;p=django_quiz.git Using tox can leave eggs in your CWD, ignore them --- diff --git a/.gitignore b/.gitignore index b5c791b..0eb0596 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ build* /htmlcov/ /uploads/ .tox +*.egg