Created
October 18, 2013 10:27
-
-
Save 1951FDG/f9f65137e339f0a5856a to your computer and use it in GitHub Desktop.
Create gitignore_global
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
printf ".DS_Store\nTemplateIcon.icns\n*.swp\n*~.nib\nbuild/\n*.git/\n*.svn/\n*.pbxuser\n*.perspective\n*.perspectivev3\n*.mode1v3\n*.mode2v3\n" > .gitignore_global | |
printf ".hg*\n" >> .gitignore_global | |
git config --global core.excludesfile '~/.gitignore_global' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment