commit | 0a940b929be6c5007db2ee8e21456fa92ba4ca24 | [log] [tgz] |
---|---|---|
author | Kun Yi <kunyi731@gmail.com> | Mon Jan 07 16:33:11 2019 -0800 |
committer | Kun Yi <kunyi731@gmail.com> | Mon Feb 25 10:36:03 2019 -0800 |
tree | 607fba3cb47810786b39832f96bdcdbe7e819233 | |
parent | 64dc05cfedd24385165322804dccab9b8838bfbd [diff] [blame] |
Add protobuf definitions Add protobuf definitions for binaryblob store, and change data types to the generated class. Signed-off-by: Kun Yi <kunyi@google.com> Change-Id: I856a000c4a81c10bbbd1983d51712b4999a4e29e
diff --git a/.gitignore b/.gitignore index dad7ab4..fd23289 100644 --- a/.gitignore +++ b/.gitignore
@@ -63,3 +63,7 @@ *~ .cscope/ build/ + +# protobuf generated files +*.pb.h +*.pb.cc