From: Johan Herland Date: Wed, 16 May 2007 00:31:40 +0000 (+0200) Subject: user-manual: Add section on ignoring files X-Git-Tag: v1.5.1.6~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2dc53617a43fda3df12e51e765fe4043935cfc22?hp=2dc53617a43fda3df12e51e765fe4043935cfc22 user-manual: Add section on ignoring files The todo list at the end of the user manual says that something must be said about .gitignore. Also, there seems to be a lack of documentation on how to choose between the various types of ignore files (.gitignore vs. .git/info/exclude, etc.). This patch adds a section on ignoring files which try to introduce how to tell git about ignored files, and how the different strategies complement eachother. The syntax of exclude patterns is explained in a simplified manner, with a reference to git-ls-files(1) which already contains a more thorough explanation. Signed-off-by: Johan Herland ---