wgpu/.gitignore

39 lines
723 B
Plaintext
Raw Permalink Normal View History

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
!xtask/Cargo.lock
2019-05-10 14:36:31 +00:00
# These are backup files generated by rustfmt
**/*.rs.bk
2019-06-14 04:31:32 +00:00
# Other
.fuse_hidden*
2019-06-13 15:08:53 +00:00
.DS_Store
2019-11-21 23:04:09 +00:00
# IDE/Editor configuration files
2018-09-14 02:24:45 +00:00
.vscode
.idea
2019-11-21 23:04:09 +00:00
# Output from capture example
2021-06-03 01:31:02 +00:00
wgpu/red.png
# Output from render_to_texture example
**/please_don't_git_push_me.png
# 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
# Temporary clone location for wasm-bindgen mirroring
wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp