Untrack binary driver/installer payloads

Adds .cab, .sys, .dll, .inf, .cat, .dl_, .da_, .ch_, .in_, .ex_, .ds_,
.msp, .mst, and Thumbs.db to .gitignore. Removes 575 previously-tracked
binary files from the index (files remain on disk, just no longer version
controlled). Keeps .iss/.ps1/.md/.config source tracked.
This commit is contained in:
cproudlock
2026-04-17 11:57:08 -04:00
parent 0887caabb7
commit 3776ed9fd2
21 changed files with 14 additions and 54488 deletions

14
.gitignore vendored
View File

@@ -1,5 +1,19 @@
*.exe
*.zip
*.msi
*.msp
*.mst
*.cab
*.sys
*.dll
*.inf
*.cat
*.dl_
*.da_
*.ch_
*.in_
*.ex_
*.ds_
Thumbs.db
Output/
.claude/