Created
April 27, 2011 11:04
-
-
Save sanemat/944064 to your computer and use it in GitHub Desktop.
Configure file of git ignore on system wide
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
| echo ".DS_Store" >> ~/.gitignore-system | |
| git config --global core.excludesfile ~/.gitignore-system |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git config --global core.excludesfile ~/dotfiles/.gitignore-system