mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 01:03:35 +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
|
~/.bash_profile: bash/profile
|
||||||
~/.config/git/attributes: git/attributes
|
~/.config/git/attributes: git/attributes
|
||||||
~/.config/git/config: git/config
|
~/.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/keybindings.conf: geany/keybindings.conf
|
||||||
~/.config/geany/filedefs: geany/filedefs
|
~/.config/geany/filedefs: geany/filedefs
|
||||||
~/.config/ncmpcpp/config: ncmpcpp/config
|
~/.config/ncmpcpp/config: ncmpcpp/config
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
[push]
|
[push]
|
||||||
default = matching
|
default = matching
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.config/git/ignore
|
excludesfile = ~/.config/git/ignore_global
|
||||||
attributesfile = ~/.config/git/attributes
|
attributesfile = ~/.config/git/attributes
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
Loading…
Reference in a new issue