dan sinclair | 0e2da73 | 2020-04-12 18:21:02 +0000 | [diff] [blame] | 1 | .cipd |
Dan Sinclair | 6e58189 | 2020-03-02 15:47:43 -0500 | [diff] [blame] | 2 | .DS_Store |
Dan Sinclair | bf2b897 | 2020-03-05 18:17:32 +0000 | [diff] [blame] | 3 | .gclient |
| 4 | .gclient_entries |
dan sinclair | 6ca2699 | 2020-05-04 18:58:24 +0000 | [diff] [blame] | 5 | .vs |
Ben Clayton | 63c87d9 | 2021-03-16 13:33:23 +0000 | [diff] [blame] | 6 | .vscode/* |
| 7 | !.vscode/tasks.json |
Vasyl Teliman | 579f6a0 | 2021-01-18 21:39:14 +0000 | [diff] [blame] | 8 | .idea |
dan sinclair | 0e2da73 | 2020-04-12 18:21:02 +0000 | [diff] [blame] | 9 | buildtools |
Vasyl Teliman | 579f6a0 | 2021-01-18 21:39:14 +0000 | [diff] [blame] | 10 | cmake-build-*/ |
Ben Clayton | adb10d6 | 2020-10-27 21:04:59 +0000 | [diff] [blame] | 11 | coverage.summary |
Ben Clayton | 4bd4b8f | 2021-02-26 18:39:08 +0000 | [diff] [blame] | 12 | default.profraw |
Ben Clayton | adb10d6 | 2020-10-27 21:04:59 +0000 | [diff] [blame] | 13 | lcov.info |
Dan Sinclair | 6e58189 | 2020-03-02 15:47:43 -0500 | [diff] [blame] | 14 | out |
dan sinclair | 2283925 | 2020-04-27 20:32:56 +0000 | [diff] [blame] | 15 | testing |
Dan Sinclair | 6e58189 | 2020-03-02 15:47:43 -0500 | [diff] [blame] | 16 | third_party/cpplint |
dan sinclair | 0e2da73 | 2020-04-12 18:21:02 +0000 | [diff] [blame] | 17 | third_party/binutils |
Stephen White | 7cf3b28 | 2021-10-14 14:39:36 +0000 | [diff] [blame] | 18 | third_party/glslang |
Dan Sinclair | 6e58189 | 2020-03-02 15:47:43 -0500 | [diff] [blame] | 19 | third_party/googletest |
dan sinclair | 429aa81 | 2020-07-23 15:01:37 +0000 | [diff] [blame] | 20 | third_party/gpuweb-cts |
dan sinclair | 0e2da73 | 2020-04-12 18:21:02 +0000 | [diff] [blame] | 21 | third_party/llvm-build |
Vasyl Teliman | 0b3611b | 2021-06-24 18:10:46 +0000 | [diff] [blame] | 22 | third_party/protobuf |
Dan Sinclair | 6e58189 | 2020-03-02 15:47:43 -0500 | [diff] [blame] | 23 | third_party/spirv-headers |
| 24 | third_party/spirv-tools |
dan sinclair | 0e2da73 | 2020-04-12 18:21:02 +0000 | [diff] [blame] | 25 | tools/clang |
Ben Clayton | 54f4a21 | 2021-05-14 18:47:33 +0000 | [diff] [blame] | 26 | tools/bin |
Ben Clayton | 9e1f3e2 | 2021-11-25 13:52:57 +0000 | [diff] [blame] | 27 | |
| 28 | /build*/ |
| 29 | /test.wgsl |