unplugged-system/external/rust/crates/gdbstub/.gitignore

10 lines
136 B
Plaintext

/target
**/*.rs.bk
Cargo.lock
**/.gdb_history
# The GDB client may core dump if the target is implemented incorrectly
**/core
.vscode