From d3ad5f8b561cc12f49ee7ddc9147aa9089977ea5 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Tue, 2 Jun 2015 10:40:47 +0000 Subject: [PATCH] gitignore: +htmlcov, -m3, reorg --- .gitignore | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2e0578223..ace5d7a0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,18 @@ *.pyc -*.egg-info +*.egg-info/ .eggs/ build/ dist/ -venv/ -.tox/ +/venv/ +/.tox/ + +# coverage .coverage -m3 +/htmlcov/ + +/.vagrant + +# editor temporary files *~ -.vagrant *.swp \#*# \ No newline at end of file