aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: e847034697091df83685573cdefeda23e4412481 (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
out
build
third_party/clspv
third_party/clspv-clang
third_party/clspv-llvm
third_party/cppdap
third_party/cpplint
third_party/dxc
third_party/glslang
third_party/googletest
third_party/json
third_party/lodepng
third_party/shaderc
third_party/spirv-headers
third_party/spirv-tools
third_party/swiftshader
third_party/vulkan-headers
third_party/vulkan-loader
third_party/vulkan-validationlayers/
third_party/robin-hood-hashing
.vs

*.pyc

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

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