diff options
author | 2023-01-23 20:28:28 +0100 | |
---|---|---|
committer | 2023-03-01 00:33:31 +0100 | |
commit | 0f6ae7c1dd0ce10a83682a922bf68aca9121df1c (patch) | |
tree | 82a6e02aa8b2e08e105f51523803e43df632842c | |
parent | a3f48a524b94107a6e250f41f87f29c1c0d65821 (diff) | |
download | rtic-0f6ae7c1dd0ce10a83682a922bf68aca9121df1c.tar.gz rtic-0f6ae7c1dd0ce10a83682a922bf68aca9121df1c.tar.zst rtic-0f6ae7c1dd0ce10a83682a922bf68aca9121df1c.zip |
Add gitignore for book
-rw-r--r-- | book/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/book/.gitignore b/book/.gitignore new file mode 100644 index 00000000..ee70b5e5 --- /dev/null +++ b/book/.gitignore @@ -0,0 +1,7 @@ +**/*.rs.bk +.#* +.gdb_history +/*/book +/target +Cargo.lock +*.hex |