From 4b5b1ab160db8c046ccdde19cf506145fc3c7fc1 Mon Sep 17 00:00:00 2001 From: Mark Cornick Date: Fri, 6 Apr 2012 13:46:45 -0400 Subject: [PATCH] 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. --- git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index 635695e..b956b54 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -98,7 +98,7 @@ [core] autocrlf = false editor = vim - excludesfile = ~/.yadr/gitignore_global + excludesfile = ~/.yadr/git/gitignore [advice] statusHints = false [diff]