diff --git a/.config/git/ignore b/.config/git/ignore new file mode 100644 index 0000000..1931d1c --- /dev/null +++ b/.config/git/ignore @@ -0,0 +1,2 @@ +.ackrc +.notags diff --git a/.gitconfig b/.gitconfig index 552d10c..64b32d3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,6 +7,7 @@ editor = vim pager = diff-so-fancy | less --tabs=4 -RFX autocrlf = false + excludesfile = /home/rkmiec/.config/git/ignore [help] autocorrect = 1 [color] @@ -22,3 +23,8 @@ tool = vimdiff [merge] tool = vimdiff +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true