Add cover/ to .gitignore
When we run "tox -e cover" to generate coverage report, testr will make "cover" directory which contains the same html in "covhtml" made by "./run_test.sh --coverage". So, make git ignore this directory. Change-Id: I829667a1ceb55418a5695545ad543a53f63821ba
This commit is contained in:
parent
d80048eefc
commit
db91897560
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@ AUTHORS
|
||||
build/*
|
||||
build-stamp
|
||||
ChangeLog
|
||||
cover/
|
||||
.coverage
|
||||
covhtml/
|
||||
dist/
|
||||
|
Loading…
Reference in New Issue
Block a user