From 105f0cc01bf857ba6ca0b71852cb1c8f439b17d8 Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Mon, 10 Jul 2017 15:16:57 +0200 Subject: [PATCH] Add .gitignore for Go based on github.com/github/gitignore --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4df613b --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Binaries for programs and plugins +*.exe +*.dll +*.so +*.dylib +homemaker + +# 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/ + +# Temporary and swap files +*.swp +*.swo +*~