On 08/25/2011 08:29 PM, Junio C Hamano wrote: > diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt > index 974e04e..a7a18e3 100644 > --- a/Documentation/git-clean.txt > +++ b/Documentation/git-clean.txt > @@ -47,9 +47,9 @@ OPTIONS > > -e <pattern>:: > --exclude=<pattern>:: > - Specify special exceptions to not be cleaned. Each <pattern> is > - the same form as in $GIT_DIR/info/excludes and this option can be > - given multiple times. > + In addition to what are found in .gitignore (per directory) and > + $GIT_DIR/info/exclude, also consider these patterns to be in the > + set of the ignore rules in effect. Nitpick: Shouldn't this be "In addition to what is found in .." or "In addition to those found in .."? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html