X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/c3bb5c7390c97d82ed105dcd4fb5079054259482..60f8f9de0c20547e49939abbb64faba61790db81:/programs/git.json?ds=sidebyside 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" } ] }