2019-05-10 14:36:31 +00:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
2021-09-07 22:04:28 +00:00
|
|
|
target/
|
2021-10-04 12:47:13 +00:00
|
|
|
# Include the root lockfile but not the others
|
|
|
|
*/Cargo.lock
|
2023-06-08 19:32:20 +00:00
|
|
|
!xtask/Cargo.lock
|
2019-05-10 14:36:31 +00:00
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
2018-09-13 19:19:16 +00:00
|
|
|
**/*.rs.bk
|
2019-06-14 04:31:32 +00:00
|
|
|
|
|
|
|
# Other
|
2020-12-15 06:13:23 +00:00
|
|
|
.fuse_hidden*
|
2019-06-13 15:08:53 +00:00
|
|
|
.DS_Store
|
2019-11-21 23:04:09 +00:00
|
|
|
|
2020-04-24 22:55:11 +00:00
|
|
|
# IDE/Editor configuration files
|
2018-09-14 02:24:45 +00:00
|
|
|
.vscode
|
2020-01-18 16:50:08 +00:00
|
|
|
.idea
|
2019-11-10 22:54:28 +00:00
|
|
|
|
2019-11-21 23:04:09 +00:00
|
|
|
# Output from capture example
|
2021-06-03 01:31:02 +00:00
|
|
|
wgpu/red.png
|
2021-06-20 02:55:57 +00:00
|
|
|
|
2024-03-09 10:04:38 +00:00
|
|
|
# Output from render_to_texture example
|
|
|
|
**/please_don't_git_push_me.png
|
|
|
|
|
2021-06-20 02:55:57 +00:00
|
|
|
# Output from invalid comparison tests
|
2021-06-21 19:18:56 +00:00
|
|
|
**/*-actual.png
|
2021-06-20 06:32:21 +00:00
|
|
|
**/*-difference.png
|
2021-09-15 08:00:48 +00:00
|
|
|
|
|
|
|
# Readme says to check out CTS here
|
|
|
|
cts/
|
2022-02-23 05:18:01 +00:00
|
|
|
|
|
|
|
# Readme says to put angle in working directory
|
|
|
|
*.dll
|
2023-10-19 16:06:42 +00:00
|
|
|
|
|
|
|
# Cached GPU config
|
|
|
|
.gpuconfig
|
2024-03-01 21:13:14 +00:00
|
|
|
|
|
|
|
# Temporary clone location for wasm-bindgen mirroring
|
|
|
|
wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp
|