mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 14:43:32 +01:00
[git] fix paths for global ignore file
This commit is contained in:
parent
703d92c0da
commit
fd86e1cd6d
3 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
~/.bash_profile: bash/profile
|
||||
~/.config/git/attributes: git/attributes
|
||||
~/.config/git/config: git/config
|
||||
~/.config/git/ignore_global: git/ignore
|
||||
~/.config/git/ignore_global: git/ignore_global
|
||||
~/.config/geany/keybindings.conf: geany/keybindings.conf
|
||||
~/.config/geany/filedefs: geany/filedefs
|
||||
~/.config/ncmpcpp/config: ncmpcpp/config
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
[push]
|
||||
default = matching
|
||||
[core]
|
||||
excludesfile = ~/.config/git/ignore
|
||||
excludesfile = ~/.config/git/ignore_global
|
||||
attributesfile = ~/.config/git/attributes
|
||||
[color]
|
||||
ui = auto
|
||||
|
|
Loading…
Reference in a new issue