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:
commit
eab5cb57dd
14 changed files with 1763 additions and 0 deletions
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue