Skip to content

Instantly share code, notes, and snippets.

@sjoness
Created July 20, 2012 10:56
Show Gist options
  • Select an option

  • Save sjoness/3150159 to your computer and use it in GitHub Desktop.

Select an option

Save sjoness/3150159 to your computer and use it in GitHub Desktop.
run `git config --global core.excludesfile ~/.global_ignore`
## Vim
.*.sw[a-z]
*.un~
Session.vim
## OS X
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Python/Django
dev.sqlite3
*.pyc
# C
*.o
a.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment