Merge pull request #470 from kuba/gitignore

gitignore: +htmlcov, -m3, reorg
This commit is contained in:
schoen 2015-06-02 16:47:16 -07:00
commit a53efb1737

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