Add cover.out to .gitignore

If tests (`make test`) fail, the file won't be removed and the git
working tree will appear dirty. Someone might accidentally commit this
`cover.out` file.
This commit is contained in:
Slavi Pantaleev
2022-08-26 09:45:00 +03:00
parent 0a5bc5d989
commit 6bceea6bee

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/local.db
/local.db-journal
/cover.out