vulkano/.gitignore
Lucas Kent 9d46e08cc7
Cleanup examples (#1096)
*   replaced `.expect()` that provided no useful information with `.unwrap()`
*   used `use` consistently (all types are `use`d all functions have the parent module `use`d)
*   other formatting consistencies
2018-10-28 14:02:29 +11:00

5 lines
56 B
Plaintext

target
/Cargo.lock
.cargo
examples/src/bin/triangle.png