From 370340cfa666058e43cf5f5e1bf43e1a336f34b6 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 24 Mar 2017 03:11:07 +0100 Subject: [PATCH] remove git lfs stuff --- gitconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gitconfig b/gitconfig index f773420..3a12014 100644 --- a/gitconfig +++ b/gitconfig @@ -80,8 +80,3 @@ [mergetool "Kaleidoscope"] cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot trustExitCode = true - -[filter "lfs"] - clean = git-lfs clean %f - smudge = git-lfs smudge %f - required = true