aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f918154bce17d0f37bd75c3f43cf2bf1e7792f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Build folders
build/
cmake_build/
build_cross/
cmake-build-*/
out/

# IDEs / CI temp files
.idea/
.vagrant/
.vscode/
.vs/
*.swp

# Bazel artifacts
**/bazel-*

# Per-user bazelrc files
user.bazelrc