From 90dcdd888ea30db0c8b5c69cd3433ecf6f598898 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Tue, 21 Mar 2023 12:53:40 -0600 Subject: [PATCH] ignore coverage.txt file generated by make cover Signed-off-by: Jacob Weinstock --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b9df88b..1466c33 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,5 @@ tags *.code-workspace # added by lint-install out/ + +coverage.txt