forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build and use binaries from vendor but do not install in GOPATH (isti…
…o#2377) Automatic merge from submit-queue. Build and use binaries from vendor but do not install in GOPATH Builds from vendor, moves to `bin/`, gitignores those artifacts.
- Loading branch information
1 parent
4fff432
commit c3cc5fa
Showing
2 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,6 @@ lintconfig.gen.json | |
# dep | ||
Gopkg.lock | ||
.istiorc | ||
# codegen stuff | ||
bin/protoc-gen-gogoslick* | ||
bin/protoc-min-version* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters