Add 'third_party/abseil_cpp/' from commit '768eb2ca28
'
git-subtree-dir: third_party/abseil_cpp git-subtree-mainline:ffb2ae54be
git-subtree-split:768eb2ca28
This commit is contained in:
commit
fc8dc48020
1276 changed files with 208196 additions and 0 deletions
15
third_party/abseil_cpp/.gitignore
vendored
Normal file
15
third_party/abseil_cpp/.gitignore
vendored
Normal file
|
@ -0,0 +1,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
|
||||
*.pyc
|
||||
copts/__pycache__/
|
Loading…
Add table
Add a link
Reference in a new issue