From bab8ad3a7ba2f896c93e20771385276d4182248a Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Sat, 7 May 2011 23:41:27 +0100 Subject: [PATCH] Add the .DS_Store file to the gitignore (often added by default). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 74094e8b3..18e616bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ log tmp +.DS_Store -- 2.43.2