mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
gitignore: +htmlcov, -m3, reorg
This commit is contained in:
+10
-5
@@ -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
|
||||||
\#*#
|
\#*#
|
||||||
Reference in New Issue
Block a user