From c36f3ae703e43e04fe8a15a5c033f53499432671 Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Tue, 6 Aug 2019 14:35:20 -0700 Subject: [PATCH] .gitignore: add policy for new entries Change-Id: Ib3592d0ed265ca75703eb2dceb9f26a6dbecfcb7 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/189197 Reviewed-by: Damien Neil --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b0998829..578b3d11 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,8 @@ 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 + +# 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.