2022-02-12 15:33:06 -05:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
/target/
|
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
2022-02-17 11:26:13 -05:00
|
|
|
|
|
|
|
# exclude binarys in examples folder
|
|
|
|
/examples/*
|
|
|
|
!/examples/*.rs
|
2022-02-23 15:25:14 -05:00
|
|
|
|
|
|
|
# exlcude logging
|
2022-02-23 12:06:40 -05:00
|
|
|
*.log
|
2022-02-23 15:25:14 -05:00
|
|
|
/logs/
|
2022-02-25 07:32:10 -05:00
|
|
|
|
2022-03-28 10:36:07 -04:00
|
|
|
*.zip
|
|
|
|
*tar.gz
|
2022-04-12 15:46:03 -04:00
|
|
|
*.deb
|
|
|
|
*.rpm
|
2022-03-28 10:36:07 -04:00
|
|
|
|
2022-02-25 07:32:10 -05:00
|
|
|
.vscode/
|