Skip to content

Commit a0f4525

Browse files
committed
Merge branch 'jn/ignore-doc'
Explicitly list $HOME/.config/git/ignore as one of the places you can use to keep ignore patterns that depend on your personal choice of tools, e.g. *~ for Emacs users. * jn/ignore-doc: gitignore doc: add global gitignore to synopsis
2 parents 4e9f932 + 2ce66e2 commit a0f4525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitignore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gitignore - Specifies intentionally untracked files to ignore
77

88
SYNOPSIS
99
--------
10-
$GIT_DIR/info/exclude, .gitignore
10+
$HOME/.config/git/ignore, $GIT_DIR/info/exclude, .gitignore
1111

1212
DESCRIPTION
1313
-----------

0 commit comments

Comments
 (0)