Last active
August 29, 2015 14:05
-
-
Save samuelsmal/84dc0009c5dd42636368 to your computer and use it in GitHub Desktop.
git exclude
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
git config --global core.excludesfile ~/.gitignore_global | |
Now you can put your global ignores in ~/.gitignore_global. | |
I just use .git/info/exclude for project specific stuff I want to ignore that only I would have. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment