From: Shaun McDonald Date: Sat, 7 May 2011 22:41:27 +0000 (+0100) Subject: Add the .DS_Store file to the gitignore (often added by default). X-Git-Tag: live~6879^2~12 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/16592c59f9467425478f2a0334d11ae4e9c9f168 Add the .DS_Store file to the gitignore (often added by default). --- diff --git a/.gitignore b/.gitignore index 74094e8b3..18e616bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ log tmp +.DS_Store