From c38ec860ffd9ad2880ea9a0031525fb678e9f759 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 24 May 2020 12:56:23 +0200 Subject: [PATCH] Use ~/.gitignore --- git/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/gitconfig b/git/gitconfig index 0620f1d..80fb670 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -9,6 +9,7 @@ editor = nvim pager = less -S -x1,5 whitespace = cr-at-eol + excludesfile = ~/.gitignore [rebase] autostash = true [color "diff"]