aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: b2af56e92b4529f27bde94e465ed09e19bf3d657 (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
.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-testlogs

# Vim
[._]*.s[a-w][a-z]
*~

# C-Lion
/.idea/
/cmake-build-*/

# VSCode
/.vscode/*