Skip to content

Instantly share code, notes, and snippets.

@dabit
Created August 14, 2013 22:26
Show Gist options
  • Save dabit/6236275 to your computer and use it in GitHub Desktop.
Save dabit/6236275 to your computer and use it in GitHub Desktop.
Global ignore .DS_Store files
echo ".DS_Store" >> ~/.gitignore_global
git config --global core.excludesfile '~/.gitignore_global'
@mariozaizar
Copy link

I also have:

*~
.*.swp
.DS_Store
.svn

@evantahler
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment