diff options
author | Philip Oakley <philipoakley@iee.org> | 2012-09-19 00:25:33 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-18 21:49:50 -0700 |
commit | 068c6745fe1c414e9a611eee4f991c6c9c6e0307 (patch) | |
tree | 7d23f78e2247dfd6591bcc464e99c57a7b6b8e2b | |
parent | Doc add: link gitignore (diff) | |
download | tgif-068c6745fe1c414e9a611eee4f991c6c9c6e0307.tar.xz |
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 <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-clean.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index 79fb984144..9f42c0d0e6 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 |