Change protobuf bindings directory name
This commit is contained in:
parent
22a7461cd0
commit
28bf84fa46
2 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
hbase-exporter.log
|
hbase-exporter.log
|
||||||
protobuf/*pb2.py
|
hbase-protobuf-python/*pb2.py
|
||||||
protobuf/__pycache__/
|
hbase-protobuf-python/__pycache__/
|
||||||
protobuf/client/
|
hbase-protobuf-python/client/
|
||||||
protobuf/server/
|
hbase-protobuf-python/server/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue