From 3f0af0f0f056962659933839dba49a7e46daa89d Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Wed, 18 Sep 2013 18:23:45 -0400 Subject: [PATCH] Add .DS_Store to gitignore This file is a hidden file created on Mac that contains extra folder information and should be ignored. Change-Id: I4cb5cc410ada33fb6d6090a8ab0ff842ca4b3844 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/16573 Tested-by: Hudson CI IP-Clean: Alexandre Montplaisir Reviewed-by: Alexandre Montplaisir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 41760f96f6..339ae41bbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.DS_Store /target */.settings/org.sonar.ide.eclipse.core.prefs -- 2.34.1