Created
April 14, 2011 16:22
-
-
Save jonbalbarin/919840 to your computer and use it in GitHub Desktop.
my global git ignore...basically the vi, vim, and eclipse stuff from https://github.com/github/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
.DS_Store | |
*.swp | |
*.swo | |
.*.sw[a-z] | |
*.un~ | |
Session.vim | |
*.pydevproject | |
.project | |
.metadata | |
bin/** | |
tmp/** | |
tmp/**/* | |
*.tmp | |
*.bak | |
*.swp | |
*~.nib | |
local.properties | |
.classpath | |
.settings/ | |
.loadpath | |
# CDT-specific | |
.cproject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment