changeset 9193:52de439b8d99

merge with crew-stable
author Martin Geisler <mg@lazybytes.net>
date Tue, 21 Jul 2009 12:09:32 +0200
parents 8864112d4f57 (current diff) 3a319bc8906d (diff)
children 0de7cf8db5fd
files doc/hgignore.5.txt
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgignore.5.txt	Mon Jul 20 19:18:38 2009 -0500
+++ b/doc/hgignore.5.txt	Tue Jul 21 12:09:32 2009 +0200
@@ -21,6 +21,14 @@
 DESCRIPTION
 -----------
 
+The working directory of a Mercurial repository will often contain
+files that should not be tracked by Mercurial. These include backup
+files created by editors and build products created by compilers.
+These files can be ignored by listing them in a `.hgignore` file in
+the root of the working directory. The `.hgignore` file must be
+created manually. It is typically put under version control, so that
+the settings will propagate to other repositories with push and pull.
+
 An untracked file is ignored if its path relative to the repository
 root directory, or any prefix path of that path, is matched against
 any pattern in `.hgignore`.