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 #
|
||||
[core]
|
||||
editor = vim -f
|
||||
excludesfile = .gitignore.local
|
||||
[commit]
|
||||
# Sign commits by default
|
||||
gpgSign = true
|
||||
|
|
Loading…
Reference in a new issue