Commit f4e43487 authored by Luca Corbatto's avatar Luca Corbatto

Add "*.out" to Go.gitignore

The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests.
parent 4a9d41f8
...@@ -22,3 +22,5 @@ _testmain.go ...@@ -22,3 +22,5 @@ _testmain.go
*.exe *.exe
*.test *.test
*.prof *.prof
*.out
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment