mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Add gitignore for book
This commit is contained in:
parent
a3f48a524b
commit
0f6ae7c1dd
1 changed files with 7 additions and 0 deletions
7
book/.gitignore
vendored
Normal file
7
book/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
**/*.rs.bk
|
||||||
|
.#*
|
||||||
|
.gdb_history
|
||||||
|
/*/book
|
||||||
|
/target
|
||||||
|
Cargo.lock
|
||||||
|
*.hex
|
Loading…
Reference in a new issue