Skip to content

Instantly share code, notes, and snippets.

@pichfl
Created December 16, 2011 11:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pichfl/1485673 to your computer and use it in GitHub Desktop.
Save pichfl/1485673 to your computer and use it in GitHub Desktop.
My personal gitignore file, add with git config --global core.excludesfile ~/.gitignore
#####
# OS X
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
#####
# Textmate
*.tmproj
*.tmproject
tmtags
#####
# CVS
/CVS/*
*/CVS/*
.cvsignore
*/.cvsignore
#####
# Espresso
*.esproj
#####
# SVN
.svn/
#####
# Windows
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
#####
# Xcode
*.swp
*~.nib
build/
*.pbxuser
*.perspective
*.perspectivev3
xcuserdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment