Add local .gitignore files to git config
This commit is contained in:
parent
628916230d
commit
fd0f08754b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# vim: set filetype=gitconfig :miv #
|
# vim: set filetype=gitconfig :miv #
|
||||||
[core]
|
[core]
|
||||||
editor = vim -f
|
editor = vim -f
|
||||||
|
excludesfile = .gitignore.local
|
||||||
[commit]
|
[commit]
|
||||||
# Sign commits by default
|
# Sign commits by default
|
||||||
gpgSign = true
|
gpgSign = true
|
||||||
|
|
Loading…
Reference in a new issue