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:
2026-08-20 15:42:42 +03:00
parent 2e0b107b4c
commit 77b639ee82
135 changed files with 82201 additions and 6 deletions
+23
View File
@@ -0,0 +1,23 @@
/tmp/det/h_181a7b6c0.bin: file format binary
Disassembly of section .data:
0000000181a7b6c0 <.data>:
181a7b6c0: 53 push rbx
181a7b6c1: 56 push rsi
181a7b6c2: 57 push rdi
181a7b6c3: 55 push rbp
181a7b6c4: 48 83 ec 28 sub rsp,0x28
181a7b6c8: 66 0f 7f 3c 24 movdqa XMMWORD PTR [rsp],xmm7
181a7b6cd: 66 0f 7f 74 24 10 movdqa XMMWORD PTR [rsp+0x10],xmm6
181a7b6d3: 48 89 4c 24 50 mov QWORD PTR [rsp+0x50],rcx
181a7b6d8: 48 89 54 24 58 mov QWORD PTR [rsp+0x58],rdx
181a7b6dd: 4c 89 44 24 60 mov QWORD PTR [rsp+0x60],r8
181a7b6e2: 4c 89 4c 24 68 mov QWORD PTR [rsp+0x68],r9
181a7b6e7: 48 8b 74 24 50 mov rsi,QWORD PTR [rsp+0x50]
181a7b6ec: 48 8b 6c 24 58 mov rbp,QWORD PTR [rsp+0x58]
181a7b6f1: 48 8b 7c 24 60 mov rdi,QWORD PTR [rsp+0x60]
181a7b6f6: 48 63 4c 24 68 movsxd rcx,DWORD PTR [rsp+0x68]
181a7b6fb: b8 00 00 00 40 mov eax,0x40000000