ffplayout/.gitignore
2022-02-25 13:32:10 +01:00

17 lines
239 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
# exclude binarys in examples folder
/examples/*
!/examples/*.rs
# exlcude logging
*.log
/logs/
.vscode/