Reviewed by Eric Seidel.
[git].DS_Store should be in .gitignore
https://bugs.webkit.org/show_bug.cgi?id=51065
Added .DS_Store to .gitignore.
* .gitignore:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@74067
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
*.pbxuser
*.perspective*
*.pyc
+.DS_Store
build/
/WebKitBuild/
autoinstall.cache.d
+2010-12-14 Ryosuke Niwa <rniwa@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ [git].DS_Store should be in .gitignore
+ https://bugs.webkit.org/show_bug.cgi?id=51065
+
+ Added .DS_Store to .gitignore.
+
+ * .gitignore:
+
2010-12-14 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Eric Seidel.