gitignore: +htmlcov, -m3, reorg

This commit is contained in:
Jakub Warmuz 2015-06-02 10:40:47 +00:00
parent 325f2ae4ad
commit d3ad5f8b56
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

15
.gitignore vendored
View file

@ -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
\#*#