From b4b5e8a7e6180ad1de85382f97e7496347057a51 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Fri, 19 Feb 2021 11:47:31 -0800 Subject: [PATCH] Added global gitignore --- rc/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/gitconfig b/rc/gitconfig index b9815e6..550623e 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -11,6 +11,7 @@ pager = less -RX packedGitLimit=128m packedGitWindowSize=128m + excludesfile = /home/andrew/.gitignore [color] status=auto -- 2.17.1