Merge pull request #96 from zcash-hackworks/ignore-coverage

add coverage.txt (output of make test) to .gitignore
This commit is contained in:
Larry Ruane 2019-10-29 15:27:19 -06:00 committed by GitHub
commit 5f00390065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
*.pem
*.key
*.elf
coverage.*