gitignore: +htmlcov, -m3, reorg

This commit is contained in:
Jakub Warmuz
2015-06-02 10:41:33 +00:00
parent 325f2ae4ad
commit d3ad5f8b56
+10 -5
View File
@@ -1,13 +1,18 @@
*.pyc *.pyc
*.egg-info *.egg-info/
.eggs/ .eggs/
build/ build/
dist/ dist/
venv/ /venv/
.tox/ /.tox/
# coverage
.coverage .coverage
m3 /htmlcov/
/.vagrant
# editor temporary files
*~ *~
.vagrant
*.swp *.swp
\#*# \#*#