From 6185108c0f06136f8d4835c4e2ebafc98fa971c2 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 11 Oct 2014 11:58:03 -0700 Subject: [PATCH] Fix typo in excludesfile. --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 4f68575..9f9fa3a 100644 --- a/gitconfig +++ b/gitconfig @@ -6,4 +6,4 @@ #default = simple default = matching [core] - excludesfiles = ~/.gitignore + excludesfile = ~/.gitignore