From 43b5eea886ced37d968e546486869d8a6b76c153 Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Thu, 5 Nov 2015 11:06:10 -0800 Subject: [PATCH] Add .DS_Store to .gitignore There is no reason to track .DS_Store files here: it's a metadata file used by the Mac finder to hold info like where icons are located. Add it to .gitignore to avoid cluttering "git status" output. Change-Id: I2c59228e48ed8d5ef125d8a694ca05d20b622723 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f2cb8391df..32a182603d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ /local.properties *.pyc /gwt-unitCache +.DS_Store *.swp *.asc /bin/