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
This commit is contained in:
Andrew Bonventre 2015-11-05 11:06:10 -08:00 committed by Jonathan Nieder
parent fbab126721
commit 43b5eea886

1
.gitignore vendored
View File

@ -19,6 +19,7 @@
/local.properties
*.pyc
/gwt-unitCache
.DS_Store
*.swp
*.asc
/bin/