diff options
author | Matt Singleton <matt@xcolour.net> | 2021-04-29 09:05:19 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2021-04-29 09:05:19 -0500 |
commit | 3a3e46d1d7582bcee8109b91067e4d187baed6b0 (patch) | |
tree | f469bdf87b85fe5cc4f3272a904175152914a54a | |
parent | 18ec9d907f72d95b0eeb255e9b5f35242f2a4d60 (diff) |
point to new global git ignore file
-rw-r--r-- | config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/git/config b/config/git/config index 1823b5d..0a3bed8 100644 --- a/config/git/config +++ b/config/git/config @@ -14,7 +14,7 @@ whitespace = trailing-space,space-before-tab,cr-at-eol editor = vim autocrlf = input - excludesfile = /Users/matt/.gitignore + excludesfile = ~/.config/git/ignore pager = less -+$LESS -RSX [push] |