From adce9c55728c32be6e69275e48386ccc5e141f80 Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Sun, 4 Aug 2019 23:44:40 +0200 Subject: [PATCH] Integrating https://github.com/github/gitignore/blob/master/Go.gitignore Integrating https://github.com/github/gitignore/blob/master/Go.gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ab88ab0..f580367 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # Binaries for programs and plugins *.exe +*.exe~ *.dll *.so *.dylib @@ -15,3 +16,6 @@ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ + +# Dependency directories (remove the comment below to include it) +# vendor/