From e31da7c319430146ee72fb574172794d50ca0314 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 16 Apr 2012 12:52:11 -0700 Subject: [PATCH] Remove .DS_Store from .gitignore This should be in a (Mac) user's ~/.gitignore_global --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ad41b7..d6f866f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,3 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp -.DS_Store