From 4cf8bbbf192064aad2e55e29f6494c1bf1010437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sat, 28 Jan 2023 12:21:48 +0100 Subject: [PATCH] Book: Fix gitignore to exclude mdbook output --- book/.gitignore | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/book/.gitignore b/book/.gitignore index ee70b5e5f5..79339e2bf0 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//book is ignored +*/book