From 6325884782a47e0c89154cf7ce0952368e25ea2a Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 18 Apr 2023 12:38:09 -0400 Subject: DWARF Import DebugInfo Plugin Resolves #3206 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 05cb602a..55a0920a 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,8 @@ rust/binaryninjacore-sys/Cargo.lock rust/binaryninjacore-sys/target/ rust/examples/*/Cargo.lock rust/examples/*/target/ +rust/examples/dwarf/*/target/ +rust/examples/dwarf/*/Cargo.lock # Debugger docs docs/img/debugger -- cgit v1.3.1