diff options
author | Alan Pearce | 2017-05-18 16:15:39 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-18 16:15:39 +0200 |
commit | 71fb2e58a36faba318009596a59e517cd95465fc (patch) | |
tree | c5338453cbd0447cc990f3b17de5cd17b4932748 /git | |
parent | 66eb1c5711c23b3562d202d87eccc0ee15ca5b80 (diff) | |
download | dotfiles-71fb2e58a36faba318009596a59e517cd95465fc.tar.lz dotfiles-71fb2e58a36faba318009596a59e517cd95465fc.tar.zst dotfiles-71fb2e58a36faba318009596a59e517cd95465fc.zip |
git: Remove default excludesfile setting
The value I had set is the default, so it's unnecessary
Diffstat (limited to 'git')
-rw-r--r-- | git/.config/git/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git/.config/git/config b/git/.config/git/config index f3a62f6..c82c149 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -32,8 +32,6 @@ algorithm = patience [include] path = config.local -[core] - excludesfile = ~/.config/git/ignore [rebase] autosquash = true [rerere] |