Closed
Description
"man git-clean" explicitly mentions two locations related to cleaning:
-x
Don't use the standard ignore rules read from .gitignore
(per directory) and $GIT_DIR/info/exclude, ...
without additionally explicitly mentioning core.excludesFile. if the
man page simply said something like, "using the standard ignore
processing" and left it at that, it would be fine, but to list two of
the locations without the third is potentially confusing.