mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-23 20:20:06 +00:00
185406439f
This CL adds the necessary files to use gclient and the depot_tools with the SPIRV-Tools directory. This allows doing things like `git cl format` to format code pre-upload and `git cl presubmit -uf` to run presubmit checks over the code. The dependencies are all added to the DEPS file and will be auto-downloaded. They are all pin'd to specific revisions so everyone has the same checkout. Clang is included in the checkout so it will be consistent over usages. Use clang-format
18 lines
267 B
Plaintext
18 lines
267 B
Plaintext
.clang_complete
|
|
.ycm_extra_conf.py*
|
|
compile_commands.json
|
|
/build*
|
|
/external/googletest
|
|
/external/SPIRV-Headers
|
|
/external/spirv-headers
|
|
/external/effcee
|
|
/external/re2
|
|
/TAGS
|
|
/third_party/llvm-build/
|
|
/tools/clang/
|
|
/utils/clang-format-diff.py
|
|
|
|
# Vim
|
|
[._]*.s[a-w][a-z]
|
|
*~
|