From 2706ad37d0032e89b599e29f422c5d2221256c3c Mon Sep 17 00:00:00 2001 From: Nat Welch Date: Sun, 25 Feb 2018 12:52:28 -0500 Subject: [PATCH] Update .gitignore w/ common exclusions From https://github.com/github/gitignore/blob/master/Go.gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index 722d5e7..ab2dcb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,18 @@ +# Binaries for programs and plugins +*.exe +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/ + +# Other .vscode +.DS_Store