mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-21 11:10:04 +00:00
efb0fce2d6
* Use bazel 7 and bzlmod Many of our dependencies are now using bazel 7 and the new bzlmod module system. This has been breaking our autoroll; this PR should fix the issues we've been having with that. It may or may not be worthwhile to update effcee to use bzlmod as well; this would let us get rid of WORKSPACE entirely. * Try to force cla check to rerun
38 lines
501 B
Plaintext
38 lines
501 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
|
|
MODULE.bazel.lock
|
|
|
|
# Vim
|
|
[._]*.s[a-w][a-z]
|
|
*~
|
|
|
|
# C-Lion
|
|
/.idea/
|
|
/cmake-build-*/
|
|
|
|
# VSCode
|
|
/.vscode/*
|