From 85de979a0392a1df538976548c418d0a3b6b17af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Jen=C3=9F?= Date: Wed, 27 Jul 2011 15:33:05 +0200 Subject: [PATCH] Remove "dangerous" OS X specific .gitignore rule The .gitignore rule "Icon?" will also match directories such as "icons/", at least on a case-insensitive file-system (this happened to me on OS X 10.7). I only noticed this several days later because a developer was complaining about missing icons in his repository. I don't really know what type of files this rule is supposed to match, but I guess the described behavior is not expected. --- Global/OSX.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 4c083a67..5ad43cc4 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,5 +1,4 @@ .DS_Store -Icon? # Thumbnails ._*