From: J. Bruce Fields Date: Fri, 25 May 2007 00:28:14 +0000 (-0400) Subject: user-manual: edit "ignoring files" for conciseness X-Git-Tag: v1.5.3-rc7~20^2^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/464a8a7a15fc70efbcf56c4569f0f7275a9c76fe?ds=sidebyside;hp=464a8a7a15fc70efbcf56c4569f0f7275a9c76fe user-manual: edit "ignoring files" for conciseness The immediate motivation for writing this section was to explain the various places ignore patterns could be used. However, I still think .gitignore is the case most people will want to learn about first. It also makes it a bit more concrete to introduce ignore patterns in the context of .gitignore first. And the existance of gitignore(5) relieves the pressure to explain it all here. So, stick to the .gitignore example, with only a brief mention of the others, explain the syntax only by example, and leave the rest to gitignore(5). Signed-off-by: J. Bruce Fields Cc: Johan Herland ---