From 5b41ad47e381a8807e921977517c0108dfbf6367 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Fri, 3 Feb 2023 11:38:24 +0800 Subject: Move the debugger docs into the debugger repo and copy them to the API folder during build --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') 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 -- cgit v1.3.1