summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2023-06-20 11:20:14 +0800
committerXusheng <xusheng@vector35.com>2023-06-20 11:20:14 +0800
commit067e49d16da566d51edf2af77b9c8a0f796809d0 (patch)
tree3d3099e0737526ac5cea8ec760601afb94d046c8 /.gitignore
parent6239817e602220442891d9c81617603165d79808 (diff)
Correctly ignore debugger docs in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
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