Files
inno-installers/.gitignore
cproudlock 3776ed9fd2 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.
2026-04-17 11:57:08 -04:00

20 lines
123 B
Plaintext

*.exe
*.zip
*.msi
*.msp
*.mst
*.cab
*.sys
*.dll
*.inf
*.cat
*.dl_
*.da_
*.ch_
*.in_
*.ex_
*.ds_
Thumbs.db
Output/
.claude/