mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
2358001827
* Add Abseil as a dep and update RE2 The latest version of RE2 requires Abseil. This PR adds Abseil as an external dependence, and update RE2 to use it. * Remove debug code and add comment.
37 lines
483 B
Plaintext
37 lines
483 B
Plaintext
.clang_complete
|
|
.ycm_extra_conf.py*
|
|
*.pyc
|
|
compile_commands.json
|
|
/build*/
|
|
/buildtools/
|
|
/external/abseil_cpp/
|
|
/external/googletest
|
|
/external/SPIRV-Headers
|
|
/external/spirv-headers
|
|
/external/effcee
|
|
/external/re2
|
|
/external/protobuf
|
|
/out
|
|
/TAGS
|
|
/third_party/llvm-build/
|
|
/testing
|
|
/tools/clang/
|
|
/utils/clang-format-diff.py
|
|
bazel-bin
|
|
bazel-genfiles
|
|
bazel-out
|
|
bazel-spirv-tools
|
|
bazel-SPIRV-Tools
|
|
bazel-testlogs
|
|
|
|
# Vim
|
|
[._]*.s[a-w][a-z]
|
|
*~
|
|
|
|
# C-Lion
|
|
/.idea/
|
|
/cmake-build-*/
|
|
|
|
# VSCode
|
|
/.vscode/*
|