mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 02:26:54 +00:00
ignore .coverage files in --parallel-mode
This commit is contained in:
parent
98beabdcc5
commit
f1a621e5cd
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,6 +6,7 @@
|
|||
*.zip
|
||||
.cache
|
||||
.coverage
|
||||
.coverage.*
|
||||
.eggs
|
||||
.tox
|
||||
/.mypy_cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue