15 lines
130 B
Text
15 lines
130 B
Text
# ---> Rust
|
|
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
|
|
# Config file
|
|
config.json
|