mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +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
|
*.zip
|
||||||
.cache
|
.cache
|
||||||
.coverage
|
.coverage
|
||||||
|
.coverage.*
|
||||||
.eggs
|
.eggs
|
||||||
.tox
|
.tox
|
||||||
/.mypy_cache
|
/.mypy_cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue