ffplayout/.gitignore

23 lines
280 B
Plaintext
Raw Normal View History

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