mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Merge pull request #470 from kuba/gitignore
gitignore: +htmlcov, -m3, reorg
This commit is contained in:
commit
a53efb1737
1 changed files with 10 additions and 5 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -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
|
||||
\#*#
|
||||
Loading…
Reference in a new issue