diff options
author | bndw <benjamindwoodward@gmail.com> | 2017-10-23 22:43:41 -0700 |
---|---|---|
committer | bndw <benjamindwoodward@gmail.com> | 2017-10-23 22:43:41 -0700 |
commit | 3bb1ab44b38f529fc29efa40e04534eb0cf0b788 (patch) | |
tree | 4ef404b6e622584c4bad0e440791d73ff032d991 | |
parent | 982268df04842c9b34b7bdb0c4b0696b7db6e6fd (diff) | |
download | gitignore-3bb1ab44b38f529fc29efa40e04534eb0cf0b788.tar.gz gitignore-3bb1ab44b38f529fc29efa40e04534eb0cf0b788.zip |
Remove .glide/ ignore
This was a workaround for https://github.com/Masterminds/glide/issues/736
Signed-off-by: bndw <benjamindwoodward@gmail.com>
-rw-r--r-- | Go.gitignore | 3 |
1 files changed, 0 insertions, 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/ |