Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec709ba79dfde542ebf1e8e0f112289dbe1066d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.clang_complete
.ycm_extra_conf.py*
*.pyc
compile_commands.json
/build*/
/buildtools/
/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/*