blob: 6c22375bf1952506abbac5c6b0a2a716d01b6415 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Generated by Cargo
# will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
# ignore history used by rustyline
history.txt
./.idea
|