From 067e49d16da566d51edf2af77b9c8a0f796809d0 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 20 Jun 2023 11:20:14 +0800 Subject: Correctly ignore debugger docs in .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 17b57f83..05cb602a 100644 --- a/.gitignore +++ b/.gitignore @@ -86,4 +86,6 @@ rust/examples/*/target/ # Debugger docs docs/img/debugger -docs/guide/*.md +docs/guide/debugger.md +docs/guide/remote-debugging.md +docs/guide/dbgeng-ttd.md -- cgit v1.3.1