From 87697d08b01b878de0350f21ce3c772497336517 Mon Sep 17 00:00:00 2001 From: nakabonne Date: Fri, 27 Nov 2020 17:28:09 +0900 Subject: [PATCH] Ignore output file from coverage tool --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5673ada..73ed5b7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,10 +10,13 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +coverage.txt + +# Binary pbgopy # Dependency directories (remove the comment below to include it) # vendor/ -# Editor +# Editor settings .idea