aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitignore.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2014-01-16 14:43:34 -0800
committerJunio C Hamano <gitster@pobox.com>2014-01-16 15:23:56 -0800
commit2ce66e2a0a09c169fb9afcbe15f9e23c1bc28008 (patch)
treeb973a7eccab61f4fd724756b8e918f820959e5ec /Documentation/gitignore.txt
parent4224916ae979204f13db2996d9e32490e0acb90f (diff)
downloadgit-2ce66e2a0a09c169fb9afcbe15f9e23c1bc28008.tar.gz
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/gitignore.txt')
-rw-r--r--Documentation/gitignore.txt2
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
-----------