aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9da96d7c0dfdc87b09646e9be64543241c22580f (plain)
1
2
3
4
5
6
7
8
9
/target
**/*.rs.bk
Cargo.lock

**/.gdb_history
# The GDB client may core dump if the target is implemented incorrectly
**/core

.vscode