18 lines
132 B
Text
18 lines
132 B
Text
# ---> Rust
|
|
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
|
|
|
|
|
|
# Added by cargo
|
|
|
|
/target
|