From 3bb1ab44b38f529fc29efa40e04534eb0cf0b788 Mon Sep 17 00:00:00 2001 From: bndw Date: Mon, 23 Oct 2017 22:43:41 -0700 Subject: [PATCH] Remove .glide/ ignore This was a workaround for https://github.com/Masterminds/glide/issues/736 Signed-off-by: bndw --- Go.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index a1338d68..ea58090b 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -9,6 +9,3 @@ # 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/