Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-09-22 16:35:01 +0300
committerNick Thomas <nick@gitlab.com>2017-09-29 15:04:49 +0300
commitd4aa227433be1b4c415ad8e70f5123b81a496360 (patch)
treee4a38cd7c6ee3fb64208fb53fb815dfc678d9a98 /.gitignore
parentd5360efc31b0c6b02ed17f77087226bba3916e36 (diff)
Rework the Makefile so "make" runs outside a GOPATH. Update CI to suit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
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/