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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
/local.db
|
||||
/local.db-journal
|
||||
/cover.out
|
||||
|
||||
Reference in New Issue
Block a user