X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/7013d5584af24ed012863d658bb47d3ba9c133b1..07fda010e8bfff1405f60a63fb4c9bff3b0efde3:/programs/git.json diff --git a/programs/git.json b/programs/git.json index 62b6f46..7e61c2b 100644 --- a/programs/git.json +++ b/programs/git.json @@ -10,6 +10,16 @@ "path": "$HOME/.git-credentials", "movable": true, "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/credentials_.\n" + }, + { + "path": "$HOME/.gitk", + "movable": true, + "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/gitk_.\n" + }, + { + "path": "$HOME/.gitignore", + "movable": true, + "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/ignore_.\n" } ] }