From acec206ed74afd492e88dd356363fe69204b3caf Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Mon, 23 Jan 2017 17:51:10 -0800 Subject: [PATCH] Ignore project-local Glide cache --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 5e1047c9..8fbf8f77 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -28,3 +28,6 @@ _testmain.go # External packages folder vendor/ + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/