From a698c652331331f94c25aa6c8d6c6cf32850108b Mon Sep 17 00:00:00 2001 From: I_tor <66136696+i-to-r@users.noreply.github.com> Date: Wed, 16 Sep 2020 23:54:03 +0600 Subject: [PATCH] Prevent corruption of "Icon\r" rule https://stackoverflow.com/questions/17556250/how-to-ignore-icon-in-git/33974028#33974028 https://github.com/github/gitignore/pulls?q=is%3Apr+Icon+%5Cr --- Global/macOS.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 135767fc..0599b6f6 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -3,8 +3,9 @@ .AppleDouble .LSOverride -# Icon must end with two \r -Icon +# Start of Icon[\r] pattern +Icon[ ] +# End of Icon[\r] pattern # Thumbnails ._*