24 lines
236 B
Text
24 lines
236 B
Text
# ---> Rust
|
|
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
|
|
|
|
|
|
#Added by cargo
|
|
#
|
|
#already existing elements are commented out
|
|
|
|
/target
|
|
**/*.rs.bk
|
|
/.idea/
|
|
*.iml
|
|
/fs_protocol_bin/tests/data/out/
|