ThomasBurleson
11/6/2013 - 3:26 PM

git-remove-all-DS_Store

find . -name .DS_Store -print0 | xargs -0 git rm --ignore-unmatch