summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2023-02-03 11:38:24 +0800
committerXusheng <xusheng@vector35.com>2023-02-03 12:37:45 +0800
commit5b41ad47e381a8807e921977517c0108dfbf6367 (patch)
tree3ca12e080835cca902c7ac8079143c5d72dd2e43 /.gitignore
parent77e6d1fb41b829dd23c810441fc58fb7502777f1 (diff)
Move the debugger docs into the debugger repo and copy them to the API folder during build
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b755ba2f..b13f19df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,3 +83,8 @@ rust/binaryninjacore-sys/Cargo.lock
rust/binaryninjacore-sys/target/
rust/examples/*/Cargo.lock
rust/examples/*/target/
+
+# Debugger docs
+docs/img/debugger
+docs/guide/debugger.md
+docs/guide/remote-debugging.md