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