From: Philip Oakley Date: Tue, 18 Sep 2012 23:25:33 +0000 (+0100) Subject: Doc clean: add See Also link X-Git-Tag: v1.8.0-rc0~26^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=068c6745fe1c414e9a611eee4f991c6c9c6e0307;p=git.git Doc clean: add See Also link 'git clean' is controlled by gitignore. Provide See Also link for it. Use of core.excludesfile is implied. Signed-off-by: Philip Oakley Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index 79fb98414..9f42c0d0e 100644 --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -63,6 +63,10 @@ OPTIONS Remove only files ignored by git. This may be useful to rebuild everything from scratch, but keep manually created files. +SEE ALSO +-------- +linkgit:gitignore[5] + GIT --- Part of the linkgit:git[1] suite