X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-clean.html;h=90a92ab8915d64960afbcbf098088ff834908c77;hb=7da87bb8f49b5c00786cbfb3e330f690e8b924c6;hp=76efb229827dff4e1ba166c07f5303878d34afb5;hpb=60d006311f52754d2c474c4b5a578c6c20b538e0;p=git.git diff --git a/git-clean.html b/git-clean.html index 76efb229..90a92ab8 100644 --- a/git-clean.html +++ b/git-clean.html @@ -273,14 +273,16 @@ git-clean(1) Manual Page

SYNOPSIS

-
git-clean [-d] [-n] [-q] [-x | -X]
+
git-clean [-d] [-n] [-q] [-x | -X] [--] <paths>…

DESCRIPTION

Removes files unknown to git. This allows to clean the working tree from files that are not under version control. If the -x option is specified, ignored files are also removed, allowing to remove all -build products.

+build products. +When optional <paths>… arguments are given, the paths +affected are further limited to those that match them.

OPTIONS

@@ -342,7 +344,7 @@ build products.