Skip to content

Instantly share code, notes, and snippets.

@NV
Created October 29, 2009 11:00
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save NV/221353 to your computer and use it in GitHub Desktop.
Save NV/221353 to your computer and use it in GitHub Desktop.
Git global exclude file
# git config --global core.excludesfile /usr/local/git/exclude/exclude
# see http://groups.google.com/group/peepcode/browse_thread/thread/fe6f9c1fc9d6e725
# Rivals
.svn
.hg
# Archives
*.zip
*.gz
# Mac OS
.DS_Store
# Vim backup
*.swp
# IntelliJ IDEA project config
.idea/
*.iws
*.ipr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment