##// END OF EJS Templates
hgignore.5: fix typo
Martin Geisler -
r9834:655ac26a default
parent child Browse files
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 an untracked file, ``file.c``, at
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