diff options
author | Luca Corbatto <ch33f@users.noreply.github.com> | 2016-05-11 16:05:23 +0200 |
---|---|---|
committer | Luca Corbatto <ch33f@users.noreply.github.com> | 2016-05-11 16:05:23 +0200 |
commit | 3e8be298da1e4bc377c0a54f527437376820a232 (patch) | |
tree | 095883573471f3bb5bd89c30f7e4b872a027dd3f /Go.gitignore | |
parent | f4e43487f47fe550e8acb55e29ccc578b43b0792 (diff) | |
download | gitignore-3e8be298da1e4bc377c0a54f527437376820a232.tar.gz gitignore-3e8be298da1e4bc377c0a54f527437376820a232.zip |
Added comment to *.out entry
Diffstat (limited to 'Go.gitignore')
-rw-r--r-- | Go.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Go.gitignore b/Go.gitignore index c2184b00..cd0d5d1e 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -23,4 +23,5 @@ _testmain.go *.test *.prof +# Output of the go coverage tool, specifically when used with LiteIDE *.out |