diff options
author | Nathaniel Manista <nathaniel@google.com> | 2017-07-17 17:15:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 17:15:27 -0700 |
commit | be803dc68756631c6c73121bb786382164373113 (patch) | |
tree | 5f99b63d0d8607ce2a69a2375123b3a785061ea8 /src/python | |
parent | 8f6ddacc403e4954934e3005d96bbdce64366606 (diff) | |
parent | 1c0b20dda793124f3b97978060ba13678b614d3e (diff) |
Merge pull request #11859 from nathanielmanistaatgoogle/gitignore
Narrow src/python/.gitignore to only what it needs to ignore.
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/ |