Add cover dir to gitignore
When we using tox -ecover, there will auto generate reports to cover dir, We should ignore this. Change-Id: Ic803063cb9ef5de2adcdd5cdc80199ccf16fe7c0
This commit is contained in:

committed by
Victor Ryzhenkin (freerunner)

parent
40992e3933
commit
3ab6c00a50
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,6 +25,7 @@ doc/build/
|
|||||||
doc/source/sourcecode
|
doc/source/sourcecode
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
|
cover
|
||||||
|
|
||||||
# Ignore i18n compiled files
|
# Ignore i18n compiled files
|
||||||
*.mo
|
*.mo
|
||||||
|
Reference in New Issue
Block a user