diff options
| author | Xusheng <xusheng@vector35.com> | 2023-02-03 11:38:24 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2023-02-03 12:37:45 +0800 |
| commit | 5b41ad47e381a8807e921977517c0108dfbf6367 (patch) | |
| tree | 3ca12e080835cca902c7ac8079143c5d72dd2e43 /.gitignore | |
| parent | 77e6d1fb41b829dd23c810441fc58fb7502777f1 (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-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
