Skip to content

Commit 0224190

Browse files
committed
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.
1 parent ae2fc9a commit 0224190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ guide/book
99
.vscode
1010
tests/dummy_book/book/
1111
test_book/book/
12+
tests/testsuite/*/*/book/
1213

1314
# Ignore Jetbrains specific files.
1415
.idea/

0 commit comments

Comments
 (0)