Created
May 22, 2014 12:15
-
-
Save nitinhayaran/caf7b34640025f114487 to your computer and use it in GitHub Desktop.
General Purpose gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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