aboutsummaryrefslogtreecommitdiff
path: root/config/git
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-04-29 09:05:19 -0500
committerMatt Singleton <matt@xcolour.net>2021-04-29 09:05:19 -0500
commit3a3e46d1d7582bcee8109b91067e4d187baed6b0 (patch)
treef469bdf87b85fe5cc4f3272a904175152914a54a /config/git
parent18ec9d907f72d95b0eeb255e9b5f35242f2a4d60 (diff)
point to new global git ignore file
Diffstat (limited to 'config/git')
-rw-r--r--config/git/config2
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]