From 8f7ce8a225e55978a6fa893341cefc1b9168bcd4 Mon Sep 17 00:00:00 2001 From: bilthon Date: Wed, 8 May 2013 00:29:25 -0300 Subject: [PATCH] Added DS_Store files to the list of files to ignore These files are created by the Mac OS X for housekeeping purposes and are not needed for the repository. I just thought it would be cleaner to keep them out, specially for developers from other platforms. --- Android.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 87a44e0e..893f8fdd 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -28,3 +28,7 @@ proguard/ *.iws .idea/ +# DS_Store files created by Mac OS X +# http://en.wikipedia.org/wiki/.DS_Store +*.DS_Store +