Ignore uppercase binary extensions (.CAT, .INF, .DLL, etc.)

Follow-up to cc36182: .gitignore patterns are case-sensitive on ext4,
so the previous lowercase-only rules let BRPRI16A.CAT/INF through.
This commit is contained in:
cproudlock
2026-04-17 11:59:40 -04:00
parent cc36182352
commit 4c628bb748

8
.gitignore vendored
View File

@@ -14,6 +14,14 @@
*.in_ *.in_
*.ex_ *.ex_
*.ds_ *.ds_
*.EXE
*.ZIP
*.MSI
*.CAB
*.SYS
*.DLL
*.INF
*.CAT
Thumbs.db Thumbs.db
Output/ Output/
.claude/ .claude/