about summary refs log tree commit diff
path: root/third_party/cpp/googleapis/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cpp/googleapis/.gitignore')
-rw-r--r--third_party/cpp/googleapis/.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/cpp/googleapis/.gitignore b/third_party/cpp/googleapis/.gitignore
new file mode 100644
index 0000000000..4b7b2c0bd2
--- /dev/null
+++ b/third_party/cpp/googleapis/.gitignore
@@ -0,0 +1,22 @@
+# 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/