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:
zhurong 2016-08-17 14:11:04 +08:00 committed by Victor Ryzhenkin (freerunner)
parent 40992e3933
commit 3ab6c00a50
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -25,6 +25,7 @@ doc/build/
doc/source/sourcecode
build
dist
cover
# Ignore i18n compiled files
*.mo