add coverage.* (output of make test) to .gitignore

This commit is contained in:
Larry Ruane 2019-10-10 13:36:49 -06:00
parent b2c4090758
commit 44dc02a38e
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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