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:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -14,6 +14,14 @@
|
||||
*.in_
|
||||
*.ex_
|
||||
*.ds_
|
||||
*.EXE
|
||||
*.ZIP
|
||||
*.MSI
|
||||
*.CAB
|
||||
*.SYS
|
||||
*.DLL
|
||||
*.INF
|
||||
*.CAT
|
||||
Thumbs.db
|
||||
Output/
|
||||
.claude/
|
||||
|
||||
Reference in New Issue
Block a user