mirror of https://github.com/encounter/objdiff.git
25 lines
190 B
Plaintext
25 lines
190 B
Plaintext
|
# Rust
|
||
|
target/
|
||
|
**/*.rs.bk
|
||
|
generated/
|
||
|
|
||
|
# cargo-mobile
|
||
|
.cargo/
|
||
|
/gen
|
||
|
|
||
|
# macOS
|
||
|
.DS_Store
|
||
|
|
||
|
# JetBrains
|
||
|
.idea
|
||
|
|
||
|
# Generated SPIR-V
|
||
|
*.spv
|
||
|
|
||
|
# project
|
||
|
textures/
|
||
|
android.keystore
|
||
|
*.frag
|
||
|
*.vert
|
||
|
*.metal
|