fc8dc48020
git-subtree-dir: third_party/abseil_cpp git-subtree-mainline:ffb2ae54be
git-subtree-split:768eb2ca28
15 lines
313 B
Text
15 lines
313 B
Text
# 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
|
|
*.pyc
|
|
copts/__pycache__/
|