Skip to content

Commit

Permalink
Small make improvements: ignore binaries, update on go get (#1166)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored and yurishkuro committed Nov 8, 2018
1 parent eab423c commit 6b22e43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ cover.html
.mkdocs-virtual-env/
vendor/
examples/hotrod/hotrod
examples/hotrod/hotrod-*
cmd/all-in-one/all-in-one-*
cmd/agent/agent
cmd/agent/agent-linux
cmd/agent/agent-*
cmd/collector/collector
cmd/collector/collector-linux
cmd/collector/collector-*
cmd/ingester/ingester
cmd/ingester/ingester-linux
cmd/ingester/ingester-*
cmd/query/query
cmd/query/query-linux
crossdock/crossdock-linux
cmd/query/query-*
crossdock/crossdock-*
run-crossdock.log
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ install: install-glide

.PHONY: install-statik
install-statik:
go get github.com/rakyll/statik
go get -u github.com/rakyll/statik

.PHONY: build-examples
build-examples: install-statik
Expand Down Expand Up @@ -325,7 +325,7 @@ generate-zipkin-swagger: idl-submodule

.PHONY: install-mockery
install-mockery:
go get github.com/vektra/mockery
go get -u github.com/vektra/mockery

.PHONY: generate-mocks
generate-mocks: install-mockery
Expand Down
3 changes: 2 additions & 1 deletion examples/hotrod/services/frontend/statik/statik.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b22e43

Please sign in to comment.