From 0224190ec0920eea60cc957b6687eeebead03df2 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 22 Apr 2025 18:57:30 -0700 Subject: [PATCH] Add testsuite book directories to ignore list This helps if you are creating new tests, or debugging existing tests by allowing you to run `mdbook` directly in the test directory to try things out. But we don't want to ever check these files in. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 34e1d9b1..1865ff97 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ guide/book .vscode tests/dummy_book/book/ test_book/book/ +tests/testsuite/*/*/book/ # Ignore Jetbrains specific files. .idea/