Show More
@@ -33,7 +33,7 An untracked file is ignored if its path | |||||
33 | root directory, or any prefix path of that path, is matched against |
|
33 | root directory, or any prefix path of that path, is matched against | |
34 | any pattern in ``.hgignore``. |
|
34 | any pattern in ``.hgignore``. | |
35 |
|
35 | |||
36 |
For example, say we have an |
|
36 | For example, say we have an untracked file, ``file.c``, at | |
37 | ``a/b/file.c`` inside our repository. Mercurial will ignore ``file.c`` |
|
37 | ``a/b/file.c`` inside our repository. Mercurial will ignore ``file.c`` | |
38 | if any pattern in ``.hgignore`` matches ``a/b/file.c``, ``a/b`` or ``a``. |
|
38 | if any pattern in ``.hgignore`` matches ``a/b/file.c``, ``a/b`` or ``a``. | |
39 |
|
39 |
General Comments 0
You need to be logged in to leave comments.
Login now