From 6bceea6beee4c2dbdb78c02e01033520fdd8c186 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 26 Aug 2022 09:45:00 +0300 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 84a5e2e..a1cf83c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /local.db /local.db-journal +/cover.out