wgpu/.gitignore
2021-09-13 23:57:33 -04:00

23 lines
342 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
target/
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