wgpu/.gitignore

22 lines
332 B
Plaintext
Raw Normal View History

2019-05-10 14:36:31 +00:00
# Generated by Cargo
# will have compiled files and executables
/target/
# 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 invalid comparison tests
2021-06-21 19:18:56 +00:00
**/*-actual.png
2021-06-20 06:32:21 +00:00
**/*-difference.png