################################################################################
## This global gitignore file is assembled based the github gitignore project:
## https://github.com/github/gitignore
################################################################################

# vim ignores
.*.sw[a-z]
.netrwhist
doc/tags

# OS X ignores
.DS_Store
.DS_Store?
.AppleDouble
.LSOverride
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Windows ignores
Thumbs.db
ehthumbs.db
Desktop.ini

# Python ignores
*.py[cod]

# Compass/sass ignores
.sass-cache