commit | 7ff26c76b93c244c4e8ca2073475df3ac8af393a | [log] [tgz] |
---|---|---|
author | khenaidoo <knursimu@ciena.com> | Wed Jan 16 14:55:48 2019 -0500 |
committer | khenaidoo Nursimulu <knursimu@ciena.com> | Wed Jan 16 20:28:50 2019 +0000 |
tree | 01ca9e5c404193824d527e1096032341a0ad8b84 | |
parent | a3ea7d4657b9bc5211af5723fd3752f60a15b6c0 [diff] [blame] |
Fix an exception in the kafka client. Update gitignore to ignore only proto files generated by Voltha. Change-Id: I54b1b5e428a918ab20e564b55176942d0bc0facd
diff --git a/.gitignore b/.gitignore index e1660b3..0b66ada 100644 --- a/.gitignore +++ b/.gitignore
@@ -31,10 +31,11 @@ adapters/venv-darwin # Protobuf output files -**/*_pb2.py -**/*_pb2_grpc.py -**/*.pb.go -**/*.desc +python/**/*_pb2.py +python/**/*_pb2_grpc.py +python/**/*.desc +protos/**/*.pb.go +protos/**/*.desc # Editors *.bak