ignore coverage.out for git submit

coverage.out should be ignored when git submitting as well.

Signed-off-by: xiekeyang <xiekeyang@huawei.com>
This commit is contained in:
xiekeyang 2017-04-14 10:58:29 +08:00
parent d41f146eed
commit fac24f67c7

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/bin/
**/coverage.txt
**/coverage.out