about summary refs log tree commit diff
path: root/third_party/cpp/googleapis/.dockerignore
blob: 4b7b2c0bd276ccab2dbe118b4e4ff968e0e5a22e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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/