eab5cb57dd
The make install target is not working for .proto files, but otherwise it seems to work.
25 lines
432 B
Text
25 lines
432 B
Text
# 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
|