diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-01-28 12:21:48 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:36 +0100 |
| commit | 4cf8bbbf192064aad2e55e29f6494c1bf1010437 (patch) | |
| tree | 3707cf989bf865d0a805815ef0fa03534167b3d4 /book | |
| parent | b2c53824303dddd092ba4d9d7928635d1f89f789 (diff) | |
Book: Fix gitignore to exclude mdbook output
Diffstat (limited to 'book')
| -rw-r--r-- | book/.gitignore | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/book/.gitignore b/book/.gitignore index ee70b5e..79339e2 100644 --- a/book/.gitignore +++ b/book/.gitignore @@ -1,7 +1,2 @@ -**/*.rs.bk -.#* -.gdb_history -/*/book -/target -Cargo.lock -*.hex +# Make sure that mdbook output in repo-root/book/<language>/book is ignored +*/book |
