Created
February 6, 2012 22:20
-
-
Save nelsonpecora/1755369 to your computer and use it in GitHub Desktop.
My default gitignore file
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
| # osx noise | |
| .DS_Store | |
| profile | |
| # xcode noise | |
| build/* | |
| *.mode1 | |
| *.mode1v3 | |
| *.mode2v3 | |
| *.perspective | |
| *.perspectivev3 | |
| *.pbxuser | |
| *.xcworkspace | |
| xcuserdata | |
| # svn & cvs | |
| .svn | |
| CVS | |
| # auto git version noise | |
| InfoPlist.h | |
| *.esproj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment