mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-06 20:25:44 +00:00
Accidental commit of my test file for checking tint behavior. Add to the .gitignore file so I don't accidentally check this in again. Change-Id: Ie67f04cc307fa180d3a65d867a1777d008be8e17 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/70981 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Ben Clayton <bclayton@google.com>
30 lines
407 B
Plaintext
30 lines
407 B
Plaintext
.cipd
|
|
.DS_Store
|
|
.gclient
|
|
.gclient_entries
|
|
.vs
|
|
.vscode/*
|
|
!.vscode/tasks.json
|
|
.idea
|
|
buildtools
|
|
cmake-build-*/
|
|
coverage.summary
|
|
default.profraw
|
|
lcov.info
|
|
out
|
|
testing
|
|
third_party/cpplint
|
|
third_party/binutils
|
|
third_party/glslang
|
|
third_party/googletest
|
|
third_party/gpuweb-cts
|
|
third_party/llvm-build
|
|
third_party/protobuf
|
|
third_party/spirv-headers
|
|
third_party/spirv-tools
|
|
tools/clang
|
|
tools/bin
|
|
|
|
/build*/
|
|
/test.wgsl
|