diff options
Diffstat (limited to 'src/python/grpcio_test/.gitignore')
-rw-r--r-- | src/python/grpcio_test/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/python/grpcio_test/.gitignore b/src/python/grpcio_test/.gitignore new file mode 100644 index 0000000000..218e3a15ab --- /dev/null +++ b/src/python/grpcio_test/.gitignore @@ -0,0 +1,10 @@ +MANIFEST +*.egg-info/ +build/ +dist/ +*.egg +*.egg/ +*.eggs/ +.coverage +.coverage.* +nosetests.xml |