diff options
author | Masood Malekghassemi <atash@google.com> | 2016-12-07 17:41:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-07 17:41:16 -0800 |
commit | edcd49164817e543e8ba75318d298dbbccd952a0 (patch) | |
tree | 3680f006736361cc4013efffa59c5a61f7eae985 /src/python/grpcio_health_checking/.gitignore | |
parent | a433fed989a0dce8e004de5945780caeb8dfe898 (diff) | |
parent | 53360f2d1c89b3b69c06ace8e865515a031da1c4 (diff) |
Merge pull request #8990 from soltanmm-google/have-fun-filling-in-the-blanks-of-reality-with-belief-structures
Backport Python features to v1.0.x
Diffstat (limited to 'src/python/grpcio_health_checking/.gitignore')
-rw-r--r-- | src/python/grpcio_health_checking/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio_health_checking/.gitignore b/src/python/grpcio_health_checking/.gitignore index 85af466886..432c3194f0 100644 --- a/src/python/grpcio_health_checking/.gitignore +++ b/src/python/grpcio_health_checking/.gitignore @@ -1,5 +1,6 @@ *.proto *_pb2.py +*_pb2_grpc.py build/ grpcio_health_checking.egg-info/ dist/ |