Change protobuf bindings directory name

This commit is contained in:
Björn Busse 2020-07-01 18:53:36 +02:00
parent 22a7461cd0
commit 28bf84fa46
2 changed files with 4 additions and 4 deletions

8
.gitignore vendored
View File

@ -1,5 +1,5 @@
hbase-exporter.log
protobuf/*pb2.py
protobuf/__pycache__/
protobuf/client/
protobuf/server/
hbase-protobuf-python/*pb2.py
hbase-protobuf-python/__pycache__/
hbase-protobuf-python/client/
hbase-protobuf-python/server/