From: Evan Culver Date: Tue, 24 Jan 2017 01:51:10 +0000 (-0800) Subject: Ignore project-local Glide cache X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=acec206ed74afd492e88dd356363fe69204b3caf;p=gitignore.git Ignore project-local Glide cache --- 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/