# git ignore MacOS specific files
git config --global core.excludesfile ~/.gitignore_global
echo .DS_Store >> ~/.gitignore_global