Created
June 17, 2009 17:18
-
-
Save truedat101/131366 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# .gitignore for IDE users | |
# | |
# .gitignore for eclipse | |
# | |
.settings | |
# | |
# .gitignore for XCode users | |
# | |
# xcode noise from http://shanesbrain.net/2008/7/9/using-xcode-with-git | |
# | |
build/* | |
*.pbxuser | |
*.mode1v3 | |
# old skool | |
.svn | |
# osx noise | |
.DS_Store | |
profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment