From afb010e4dace2ce40d938caa49687a7a390a9b85 Mon Sep 17 00:00:00 2001 From: Jonathan Rothwell Date: Tue, 22 May 2012 19:59:08 +0100 Subject: [PATCH] added gitignore for DS_Store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5241a72..28fb101 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.class \ No newline at end of file +*.class +.DS_Store \ No newline at end of file