[git] fix paths for global ignore file

This commit is contained in:
Eric Teunis de Boone 2024-06-26 14:57:13 +02:00
parent 703d92c0da
commit fd86e1cd6d
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@
[push]
default = matching
[core]
excludesfile = ~/.config/git/ignore
excludesfile = ~/.config/git/ignore_global
attributesfile = ~/.config/git/attributes
[color]
ui = auto