Merge pull request #741 from xiekeyang/coverage

ignore coverage.out for git submit
This commit is contained in:
Stephen Day 2017-04-14 09:00:18 -07:00 committed by GitHub
commit 2369f498f2

1
.gitignore vendored
View File

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