protobuf-go/.gitignore
Damien Neil 591f09ab7c internal/fuzz: add basic fuzzing target for Marshal/Unmarshal
Change-Id: Ibc4e1d53958abd0973fd568e9dafd5be9a8bdc0d
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/200537
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-10-11 16:00:11 +00:00

15 lines
487 B
Plaintext

/.cache
/.gocache
/bin
/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
/vendor
/internal/fuzz/wire/fuzz-fuzz.zip
# This file includes artifacts of the system test that should not be checked in.
# For files created by specific development environment (e.g. editor),
# use alternative ways to exclude files from git.
# For example, set up .git/info/exclude or use a global .gitignore.