Files
ece-475-tm4c123gxl-rust/.gitignore
2022-04-08 20:51:28 -04:00

16 lines
179 B
Plaintext

**/*.rs.bk
.#*
.gdb_history
Cargo.lock
target/
# editor files
.vscode/*
!.vscode/*.md
!.vscode/*.svd
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
.history/