From aaf54aa4a3e9cb7d9a92c6338c7eea7cf9d2111c Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Thu, 13 Feb 2025 12:14:57 -0500 Subject: [PATCH] .gitignore: Ignore book output Prevents cluttering of git tracked files due to generated output. Signed-off-by: Michael Kubacki --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6985cf1..2b58efa 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + +# Ignore book output +book