From 1f0ed8e106511ff00a18c77ef6c25ccb41a5c8f4 Mon Sep 17 00:00:00 2001 From: Rusty Martin Date: Tue, 21 Feb 2017 14:58:35 +0000 Subject: [PATCH] Added ".DS_Store" to the .gitignore_global to resolve the issue of those files showing untracked in repositories on OSX. --- .gitignore_global | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore_global b/.gitignore_global index bd428c6..911752e 100644 --- a/.gitignore_global +++ b/.gitignore_global @@ -40,6 +40,7 @@ error_log # OS generated files # ###################### .DS_Store? +.DS_Store ehthumbs.db Icon? Thumbs.db