From d4aa227433be1b4c415ad8e70f5123b81a496360 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Fri, 22 Sep 2017 14:35:01 +0100 Subject: Rework the Makefile so "make" runs outside a GOPATH. Update CI to suit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 83058e7e..1e0ddeed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ # Created by .ignore support plugin (hsz.mobi) shared/pages/.update /gitlab-pages + +# Used by the makefile +/.GOPATH +/bin + +# Added by `make setup` +/vendor/manifest +/vendor/github.com/fzipp/gocyclo/ +/vendor/golang.org/x/tools/ +/vendor/github.com/wadey/gocovmerge/ +/vendor/github.com/golang/lint/ -- cgit v1.2.3