lokinet/vendor/abseil-cpp/.gitignore

13 lines
252 B
Plaintext
Raw Normal View History

2019-02-03 01:56:38 +00:00
# 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/*