Doc clean: add See Also link
authorPhilip Oakley <philipoakley@iee.org>
Tue, 18 Sep 2012 23:25:33 +0000 (00:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2012 04:49:50 +0000 (21:49 -0700)
'git clean' is controlled by gitignore. Provide See Also link for it.

Use of core.excludesfile is implied.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clean.txt

index 79fb9841441d02cd635dcdd2aecef42d38c6b59d..9f42c0d0e63e8d23bfbf4b582a6a9a60280cca47 100644 (file)
@@ -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