From fb87ab7bc752f296c1148d6a60164b162c993563 Mon Sep 17 00:00:00 2001 From: Patrick O'Keeffe Date: Tue, 24 May 2022 12:57:01 -0700 Subject: [PATCH] FIX: match case insensitive --- community/CRBasic.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/CRBasic.gitignore b/community/CRBasic.gitignore index 10965b2e..d792bd63 100644 --- a/community/CRBasic.gitignore +++ b/community/CRBasic.gitignore @@ -7,13 +7,13 @@ *.[tT][dD][fF] # Compressed source files -*_str.cr* +*_str.[cC][rR]* # Conditional compilation output files -*_CC*.cr* +*_CC*.[cC][rR]* # Binary compiled files (CR200 series) *.bin # Encrypted compiled files -*_Enc.cr* +*_Enc.[cC][rR]*