From 3980df1e1a323198c84cc3d449765a885142dad8 Mon Sep 17 00:00:00 2001 From: dsavvinov Date: Tue, 16 Aug 2016 13:49:20 +0300 Subject: [PATCH] Protobuf: added autogenerated files of protoc test project to gitignore --- proto/compiler/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proto/compiler/.gitignore b/proto/compiler/.gitignore index b0c44428b15..2cb7bf7d373 100644 --- a/proto/compiler/.gitignore +++ b/proto/compiler/.gitignore @@ -32,3 +32,10 @@ google/src/google/protobuf/* google/src/google/protobuf/compiler/* !google/src/google/protobuf/compiler/kotlin +# Autogenerated protobuf artifacts for testing project +google/src/google/protobuf/compiler/kotlin/protoc-tests/kt_js_tests/src/js_msg +google/src/google/protobuf/compiler/kotlin/protoc-tests/kt_js_tests/src/kotlin_msg + +google/src/google/protobuf/compiler/kotlin/protoc-tests/kt_java_tests/src/java_msg +google/src/google/protobuf/compiler/kotlin/protoc-tests/kt_java_tests/src/kotlin_msg +