diff options
Diffstat (limited to 'src/python/grpcio_health_checking/.gitignore')
-rw-r--r-- | src/python/grpcio_health_checking/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/python/grpcio_health_checking/.gitignore b/src/python/grpcio_health_checking/.gitignore new file mode 100644 index 0000000000..85af466886 --- /dev/null +++ b/src/python/grpcio_health_checking/.gitignore @@ -0,0 +1,5 @@ +*.proto +*_pb2.py +build/ +grpcio_health_checking.egg-info/ +dist/ |