diff options
author | Masood Malekghassemi <atash@google.com> | 2016-10-20 14:47:14 -0700 |
---|---|---|
committer | Masood Malekghassemi <atash@google.com> | 2016-10-28 14:53:10 -0700 |
commit | d953959e2bafd645b6ed674861a310daba5f80ae (patch) | |
tree | 25675dc1c97dd60f231f4cfdd9c3c483246a8a90 /src/python/grpcio_tests/.gitignore | |
parent | 81cdf1e34e8501e3e0e50182dd6d13499b473868 (diff) |
Enable split code generation
To support magical internal build processes, the pb2 files need to be
split into pure-proto and gRPC parts. This performs that split and
further fixes bad module names in the test harness that interfered with
the intended test implementation.
An unfortunate side effect, due to limitations of protoc and holdover
behavior we must support in major version 1.x, is that trash files are
generated in split generation. This shouldn't be a problem in normal
protoc plugin use.
Diffstat (limited to 'src/python/grpcio_tests/.gitignore')
-rw-r--r-- | src/python/grpcio_tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/.gitignore b/src/python/grpcio_tests/.gitignore index fc620135dc..dcba283a8c 100644 --- a/src/python/grpcio_tests/.gitignore +++ b/src/python/grpcio_tests/.gitignore @@ -1,4 +1,5 @@ proto/ src/ *_pb2.py +*_pb2_grpc.py *.egg-info/ |