From f4e43487f47fe550e8acb55e29ccc578b43b0792 Mon Sep 17 00:00:00 2001 From: Luca Corbatto Date: Sun, 1 Mar 2015 10:13:43 +0100 Subject: [PATCH] Add "*.out" to Go.gitignore The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests. --- Go.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index daf913b..c2184b0 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -22,3 +22,5 @@ _testmain.go *.exe *.test *.prof + +*.out -- GitLab