From 722553e1aa30fe8086a14154f6beb50d08d11300 Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Sun, 18 Mar 2012 16:50:02 +0000 Subject: [PATCH] Make gitignore relative to homedir so that it works on Mac --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 73c6279..789a4b1 100644 --- a/gitconfig +++ b/gitconfig @@ -2,4 +2,4 @@ email = github@richardwhiuk.com name = Richard Whitehouse [core] - excludesfile = /home/richardwhiuk/.gitignore_global + excludesfile = ~/.gitignore_global -- 2.34.1