Abseil Common Libraries (C++) (grcp 依赖)
https://abseil.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
301 B
14 lines
301 B
# 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 .pyc binaries |
|
copts/copts.pyc
|
|
|