doc/hgignore.5.txt
changeset 9162 2399362b3bb0
parent 9161 e8b653a4b8da
child 9193 52de439b8d99
equal deleted inserted replaced
9161:e8b653a4b8da 9162:2399362b3bb0
    28 For example, say we have an an untracked file, ``file.c``, at
    28 For example, say we have an an untracked file, ``file.c``, at
    29 ``a/b/file.c`` inside our repository. Mercurial will ignore ``file.c``
    29 ``a/b/file.c`` inside our repository. Mercurial will ignore ``file.c``
    30 if any pattern in ``.hgignore`` matches ``a/b/file.c``, ``a/b`` or ``a``.
    30 if any pattern in ``.hgignore`` matches ``a/b/file.c``, ``a/b`` or ``a``.
    31 
    31 
    32 In addition, a Mercurial configuration file can reference a set of
    32 In addition, a Mercurial configuration file can reference a set of
    33 per-user or global ignore files. See the hgrc(5) man page for details
    33 per-user or global ignore files. See the |hgrc(5)|_ man page for details
    34 of how to configure these files. Look for the "ignore" entry in the
    34 of how to configure these files. Look for the "ignore" entry in the
    35 "ui" section.
    35 "ui" section.
    36 
    36 
    37 To control Mercurial's handling of files that it manages, see the
    37 To control Mercurial's handling of files that it manages, see the
    38 hg(1) man page. Look for the "-I" and "-X" options.
    38 |hg(1)|_ man page. Look for the "-I" and "-X" options.
    39 
    39 
    40 SYNTAX
    40 SYNTAX
    41 ------
    41 ------
    42 
    42 
    43 An ignore file is a plain text file consisting of a list of patterns,
    43 An ignore file is a plain text file consisting of a list of patterns,
    89 
    89 
    90 Mercurial was written by Matt Mackall <mpm@selenic.com>.
    90 Mercurial was written by Matt Mackall <mpm@selenic.com>.
    91 
    91 
    92 SEE ALSO
    92 SEE ALSO
    93 --------
    93 --------
    94 hg(1), hgrc(5)
    94 |hg(1)|_, |hgrc(5)|_
    95 
    95 
    96 COPYING
    96 COPYING
    97 -------
    97 -------
    98 This manual page is copyright 2006 Vadim Gelfer.
    98 This manual page is copyright 2006 Vadim Gelfer.
    99 Mercurial is copyright 2005-2009 Matt Mackall.
    99 Mercurial is copyright 2005-2009 Matt Mackall.
   100 Free use of this software is granted under the terms of the GNU General
   100 Free use of this software is granted under the terms of the GNU General
   101 Public License (GPL).
   101 Public License (GPL).
       
   102 
       
   103 .. include:: common.txt