mirror of
https://github.com/memN0ps/armory-rs
synced 2026-06-06 16:14:28 +00:00
22 lines
167 B
Plaintext
22 lines
167 B
Plaintext
# Rust build artifacts
|
|
debug/
|
|
target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
**/mutants.out*/
|
|
Cargo.lock
|
|
|
|
# IDE
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Binary payloads
|
|
*.bin
|
|
*.o
|