Show More
@@ -18,6 +18,14 b' for files that it is not currently track' | |||||
18 | DESCRIPTION |
|
18 | DESCRIPTION | |
19 | ----------- |
|
19 | ----------- | |
20 |
|
20 | |||
|
21 | The working directory of a Mercurial repository will often contain | |||
|
22 | files that should not be tracked by Mercurial. These include backup | |||
|
23 | files created by editors and build products created by compilers. | |||
|
24 | These files can be ignored by listing them in a `.hgignore` file in | |||
|
25 | the root of the working directory. The `.hgignore` file must be | |||
|
26 | created manually. It is typically put under version control, so that | |||
|
27 | the settings will propagate to other repositories with push and pull. | |||
|
28 | ||||
21 | An untracked file is ignored if its path relative to the repository |
|
29 | An untracked file is ignored if its path relative to the repository | |
22 | root directory, or any prefix path of that path, is matched against |
|
30 | root directory, or any prefix path of that path, is matched against | |
23 | any pattern in `.hgignore`. |
|
31 | any pattern in `.hgignore`. |
General Comments 0
You need to be logged in to leave comments.
Login now