From 7b35656e7517d529f183f78c5ec33e3e741bd049 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Fri, 28 Feb 2025 19:56:44 -0500 Subject: [PATCH] Use a character class to ignore Icon\r directories This prevents the rule from ending in whitespace, which will get stripped by tools like Ripgrep, causing any directory named "Icon" to be invisible. --- Global/macOS.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 135767fc..56bb5284 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -2,9 +2,7 @@ .DS_Store .AppleDouble .LSOverride - -# Icon must end with two \r -Icon +Icon[ ] # Thumbnails ._*