From da9cf41054a65a0061f398f2b2c0338bc1fd6d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=E5=AE=89=E5=A4=A7=E5=8D=AB?= <9BA@DavidAndawei.com> Date: Tue, 15 Aug 2023 17:17:05 -0600 Subject: [PATCH] Case Insensitive .MOV or .mov Selector Changed the Quicktime file selector to identify files with the extension ".MOV" or ".mov" --- Global/Videos.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Videos.gitignore b/Global/Videos.gitignore index 8735c259..9c2ef6d6 100644 --- a/Global/Videos.gitignore +++ b/Global/Videos.gitignore @@ -2,7 +2,7 @@ ## because GitHub recommends repository sizes under 5GB. # Quicktime Video Files -*.mov +*.[Mm][Oo][Vv] # MPEG-4 Video Files *.m4v