mirror of
https://github.com/stoatchat/rust-a2.git
synced 2026-06-30 21:47:56 -04:00
31 lines
224 B
Plaintext
31 lines
224 B
Plaintext
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# rustfmt
|
|
*.bk
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
|
|
# Editors
|
|
.idea
|
|
*.iml
|
|
.vscode
|
|
.atom
|
|
|
|
# Certificate files
|
|
*.der
|
|
*.pem
|
|
*.key
|
|
|
|
/examples/*.p8
|
|
/examples/*.p12
|
|
|
|
.direnv
|