Starting a new git repository on a Mac? You better include some basic entries in your .gitignore file to play more nicely with other developers. Here are some suggestions:
.DS_Store ._* *.swp .svn .hg log/*.log tmp/**

tagged with: 
Thanks for sharing your article.