diff options
author | Nathaniel Manista <nathaniel@google.com> | 2017-07-17 20:30:32 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2017-07-17 20:30:32 +0000 |
commit | 1c0b20dda793124f3b97978060ba13678b614d3e (patch) | |
tree | 3253cc5e9ba6c01da9de0f771a6c39f5e870337e /src/python | |
parent | 883655d6cf8f1a95c13de2704263e461dcdb36eb (diff) |
Narrow .gitignore to only what it needs to ignore
"proto" and "*.egg-info/" are no longer generated, "src/" can be
narrowed to "/src/", and "*_pb2.py" and "*_pb2_grpc.py" are covered by
.gitignore files in parent directories.
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/grpcio_tests/.gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/python/grpcio_tests/.gitignore b/src/python/grpcio_tests/.gitignore index dcba283a8c..4f00cd9a73 100644 --- a/src/python/grpcio_tests/.gitignore +++ b/src/python/grpcio_tests/.gitignore @@ -1,5 +1 @@ -proto/ -src/ -*_pb2.py -*_pb2_grpc.py -*.egg-info/ +/src/ |