# HG changeset patch # User Oleksandr Gavenko # Date 1311154464 -10800 # Node ID e8d1390c77b35632478a83f7120884a4293562a8 # Parent 7cdf5de5fdf7e122bfae13d3ba2a8a902a0acb9a Ignore patterns. diff -r 7cdf5de5fdf7 -r e8d1390c77b3 hg.rst --- a/hg.rst Wed Jul 20 12:31:56 2011 +0300 +++ b/hg.rst Wed Jul 20 12:34:24 2011 +0300 @@ -378,3 +378,11 @@ http://mercurial.selenic.com/wiki/HookExamples +* Ignore patterns. + + $ cat $proj/.hgignore + syntax: glob + *.o + .obj + *.exe +