Skip to content

Instantly share code, notes, and snippets.

@nitinhayaran
Created May 22, 2014 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitinhayaran/caf7b34640025f114487 to your computer and use it in GitHub Desktop.
Save nitinhayaran/caf7b34640025f114487 to your computer and use it in GitHub Desktop.
General Purpose gitignore
# Numerous always-ignore extensions
*.pyc
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
# Folders to ignore
.hg
.svn
.CVS
.idea
.DS_Store
*.swp
*~.nib
# Exclude user-specific XCode 3 and 4 files
*.mode1
*.pbxuser
*.xcworkspace
*.pbxuser
*.perspective
*.perspectivev3
*.mode1v3
*.mode2v3
xcuserdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment