protobuf-go/.gitignore
Joe Tsai 6a2180f84e integration_test.go: move Go cache
Move the Go cache from .cache/gocache to .gocache.
This moves it out of the .cache directory so that Travis-CI will
not cache the Go cache.

Unfortunately, the Go toolchain's caching algorithm is not
aggressive enough in evicting old entries, causing Travis-CI
to keep caching an ever growing Go cache.
We're at the point where network IO moving a massive Go cache
is more costly than not having it at all.

Change-Id: I3104efcdb8fa81a550900e8d06299e50296386f3
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/185838
Reviewed-by: Herbie Ong <herbie@google.com>
2019-07-12 00:35:42 +00:00

8 lines
170 B
Plaintext

.cache
.gocache
vendor
cmd/protoc-gen-go/protoc-gen-go
cmd/protoc-gen-go/testdata/go.sum
cmd/protoc-gen-go-grpc/protoc-gen-go-grpc
cmd/protoc-gen-go-grpc/testdata/go.sum