diff options
author | Matt Turner <mattst88@gmail.com> | 2017-11-12 16:17:30 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2017-11-12 16:17:30 -0800 |
commit | 9a5ffbc8de0e9a15c1bb730dbca923d42c9edd86 (patch) | |
tree | c7db5e3f1050aa3ea42cd9c542c0ed925b3aed40 /.gitconfig | |
parent | f27da6e325cf298fe5a46c57585a12c9e718fa71 (diff) |
Add .global_ignore to .gitconfig
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,3 +6,5 @@ ui = auto [rebase] autosquash = true +[core] + excludesfile = /home/mattst88/.global_ignore |