mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
30 lines
488 B
Plaintext
30 lines
488 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
target/
|
|
# Include the root lockfile but not the others
|
|
*/Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Other
|
|
.fuse_hidden*
|
|
.DS_Store
|
|
|
|
# IDE/Editor configuration files
|
|
.vscode
|
|
.idea
|
|
|
|
# Output from capture example
|
|
wgpu/red.png
|
|
|
|
# Output from invalid comparison tests
|
|
**/*-actual.png
|
|
**/*-difference.png
|
|
|
|
# Readme says to check out CTS here
|
|
cts/
|
|
|
|
# Readme says to put angle in working directory
|
|
*.dll
|