syntax: glob

###
.DS_Store
*.mp4
*.mov

# Backup files left behind by the Emacs editor.
*~

# Lock files used by the Emacs editor.
.\#*

# Temporary files used by the vim editor.
.*.swp

# Temporary files used by TestMate
._*

# build directories
**/build/*
build/*

# tmp directory
**/tmp/*
tmp/*

# XCode user data
**.pbxuser
**.mode?v?
**.perspectivev?

# documentation
**.docset/*

# for those crazies using svn and hg at the same time
*.svn*

# switch to regexp syntax.
syntax: regexp
.git/

© 2012 James Border Suffusion theme by Sayontan Sinha