From e9fc19c3c22174dd4308337805e686bbd4960635 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Tue, 12 Jun 2012 16:19:02 -0700 Subject: [PATCH] Make git ignore the .DS_Store file on Macs (wherever it is) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f9cd0f4f764..0853e56e3cb 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ x86_64-apple-darwin/ doc/core/ tmp.*.rs config.stamp +.DS_Store