summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 31f33741408db7299a5557e20c85e81ee243881f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Ignore all bazel-* symlinks.
/bazel-*
# Ignore Bazel verbose explanations
--verbose_explanations
# Ignore CMake usual build directory
build
# Ignore Vim files
*.swp
# Ignore QtCreator Project file
CMakeLists.txt.user
# Ignore VS Code files
.vscode/*
# Ignore generated python artifacts
copts/copts.pyc
copts/__pycache__/