Shall we have git ignore annoying MacOSX's .DS_Store file as well?
>From 6d98613012b48eeb7e2360dcc956ee2c9105125a Mon Sep 17 00:00:00 2001 From: Giuseppe 'ferdy' Miceli <[email protected]> Date: Mon, 3 Mar 2014 16:57:41 +0100 Subject: [PATCH] Added .DS_Store file to .gitignore
Signed-off-by: Giuseppe 'ferdy' Miceli <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ac16b6d..6dc0218 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ callgrind.out.* Makefile subsurface.pro.user* Subsurface.app +.DS_Store -- 1.8.5.5
_______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
