chore: fix .gitignore to track decompiled .dis/.bin disassemblies
.gitignore used '*' as ignore-all with only extension whitelists, so the 128
handoff/nls_dasm/*.dis + 6 *.bin disassembly outputs (f_563a60, f_56e3e0,
f530850_full, f_52b570, fft, twin, ...) were NOT tracked - data-loss risk.
Now un-ignore handoff/nls_dasm/*.{dis,bin} explicitly. Heavy .bin dumps
(soothe_mem.bin etc.), logs, wav/rpp, dl/lib/bin/ghidra-proj stay ignored.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
/tmp/det/fun_180040ce0.bin: file format binary
|
||||
|
||||
|
||||
Disassembly of section .data:
|
||||
|
||||
0000000180000000 <.data>:
|
||||
180000000: 48 8d 64 24 d8 lea -0x28(%rsp),%rsp
|
||||
180000005: 48 89 4c 24 30 mov %rcx,0x30(%rsp)
|
||||
18000000a: 48 8d 4c 24 30 lea 0x30(%rsp),%rcx
|
||||
18000000f: e8 fc c1 a6 01 call 0x181a6c210
|
||||
180000014: 48 8d 64 24 28 lea 0x28(%rsp),%rsp
|
||||
180000019: c3 ret
|
||||
Reference in New Issue
Block a user