From a677c302583ffc72b940b7dbf82fa681e1084fd9 Mon Sep 17 00:00:00 2001 From: Luis Dario Simonassi Date: Mon, 6 Feb 2012 00:09:13 -0300 Subject: [PATCH] add .DS_Store to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aa37d4b..7af6d59 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ target/ *.class *.jar *.swp +.DS_Store