From 3fc2bea134183b74ca2f51b084ece0fd4bf9fc8f Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 25 Jan 2025 02:01:21 -0500 Subject: Update .gitignore to allow rust text binary fixtures --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 91a0f3ab..a5ff059e 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,8 @@ rust/target/ rust/binaryninjacore-sys/target/ rust/examples/*/target/ rust/examples/dwarf/*/target/ +# Allow the test binaries +!/rust/fixtures/bin/** # Debugger docs docs/img/debugger -- cgit v1.3.1