From 0f6ae7c1dd0ce10a83682a922bf68aca9121df1c Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 23 Jan 2023 20:28:28 +0100 Subject: Add gitignore for book --- book/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 book/.gitignore (limited to 'book/.gitignore') diff --git a/book/.gitignore b/book/.gitignore new file mode 100644 index 0000000..ee70b5e --- /dev/null +++ b/book/.gitignore @@ -0,0 +1,7 @@ +**/*.rs.bk +.#* +.gdb_history +/*/book +/target +Cargo.lock +*.hex -- cgit v1.2.3 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: Book: Fix gitignore to exclude mdbook output --- book/.gitignore | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'book/.gitignore') 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//book is ignored +*/book -- cgit v1.2.3