git-ls-files.txt: clarify -x/--exclude option
commit75609a0d44d02878e6260a7a4bf2dda5310a9dd9
authorJay Soffian <jaysoffian@gmail.com>
Wed, 15 Sep 2010 23:56:48 +0000 (15 19:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Sep 2010 00:30:36 +0000 (15 17:30 -0700)
tree1d690208eef28bbc0f9d03af6e0a5302f3c4faec
parent500348aa6859e436a890f5f5a7e0eeea8ef6c1de
git-ls-files.txt: clarify -x/--exclude option

Since b5227d8, -x/--exclude does not apply to cached files.
This is easy to miss unless you read the discussion in the
EXCLUDE PATTERNS section. Clarify that the option applies
to untracked files and direct the reader to EXCLUDE PATTERNS.

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-ls-files.txt