diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2014-01-16 14:43:34 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-16 15:23:56 -0800 |
commit | 2ce66e2a0a09c169fb9afcbe15f9e23c1bc28008 (patch) | |
tree | b973a7eccab61f4fd724756b8e918f820959e5ec /Documentation | |
parent | Git 1.8.5.3 (diff) | |
download | tgif-2ce66e2a0a09c169fb9afcbe15f9e23c1bc28008.tar.xz |
gitignore doc: add global gitignore to synopsis
The gitignore(5) manpage already documents $XDG_CONFIG_HOME/git/ignore
but it is easy to forget that it exists. Add a reminder to the
synopsis.
Noticed while looking for a place to put a list of scratch filenames
in the cwd used by one's editor of choice.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gitignore.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt index f971960512..37c94707b6 100644 --- a/Documentation/gitignore.txt +++ b/Documentation/gitignore.txt @@ -7,7 +7,7 @@ gitignore - Specifies intentionally untracked files to ignore SYNOPSIS -------- -$GIT_DIR/info/exclude, .gitignore +$HOME/.config/git/ignore, $GIT_DIR/info/exclude, .gitignore DESCRIPTION ----------- |