From 7cef79ca12857c497f99d3e24053c7b5d9cf1987 Mon Sep 17 00:00:00 2001 From: Achilleas Anagnostopoulos Date: Thu, 6 Jul 2017 06:13:13 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9e06993..9f8c3f2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# pkg folder when using pwd as a Go workspace +pkg/ + # build folders and vagrant data dir build/ .vagrant