Initial set of files.

The make install target is not working for .proto files, but otherwise
it seems to work.
This commit is contained in:
Carlos O'Ryan 2019-06-28 15:01:33 -04:00
commit eab5cb57dd
No known key found for this signature in database
GPG key ID: BC4C1DC8B0DEF583
14 changed files with 1763 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# Common build output directory names
.build/
_build/
build-output/
cmake-out/
# Common bazel output directories
bazel-*
# Backup files for Emacs
*~
# Ignore IDEA / IntelliJ files
.idea/
cmake-build-*/
# This is a staging directory used to upload the documents to gihub.io
github-io-staging/
# Ignore Visual Studio Code files
.vsbuild/
.vscode/
google/cloud/storage/testbench/__pycache__/
google/cloud/storage/testbench/*.pyc