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 | |
parent | f27da6e325cf298fe5a46c57585a12c9e718fa71 (diff) |
Add .global_ignore to .gitconfig
-rw-r--r-- | .gitconfig | 2 | ||||
-rw-r--r-- | .global_ignore | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -6,3 +6,5 @@ ui = auto [rebase] autosquash = true +[core] + excludesfile = /home/mattst88/.global_ignore diff --git a/.global_ignore b/.global_ignore new file mode 100644 index 0000000..6e92f57 --- /dev/null +++ b/.global_ignore @@ -0,0 +1 @@ +tags |