Fix excludes file in gitconfig

It was pointing to .yadr/gitignore_global, a symlink that no longer
exits. Point it to .yadr/git/gitignore instead.
This commit is contained in:
Mark Cornick 2012-04-06 13:46:45 -04:00
parent 408116eea2
commit 4b5b1ab160

View File

@ -98,7 +98,7 @@
[core]
autocrlf = false
editor = vim
excludesfile = ~/.yadr/gitignore_global
excludesfile = ~/.yadr/git/gitignore
[advice]
statusHints = false
[diff]