ffplayout/.gitignore

12 lines
203 B
Plaintext
Raw Normal View History

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 12:06:40 -05:00
*.log