From 4c628bb748db4aeb229be19bd40a834944e7d988 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Fri, 17 Apr 2026 11:59:40 -0400 Subject: [PATCH] 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. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index f7bd9af..8aa5bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,14 @@ *.in_ *.ex_ *.ds_ +*.EXE +*.ZIP +*.MSI +*.CAB +*.SYS +*.DLL +*.INF +*.CAT Thumbs.db Output/ .claude/