diff options
| author | Mason Reed <mason@vector35.com> | 2025-01-25 02:01:21 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-01-25 02:04:36 -0500 |
| commit | 3fc2bea134183b74ca2f51b084ece0fd4bf9fc8f (patch) | |
| tree | f28bd550c4da943b108d8dbfbab96af6876e3fc8 /.gitignore | |
| parent | 6a63c17853009ce7a0071458e39c140a09440230 (diff) | |
Update .gitignore to allow rust text binary fixtures
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
