hg.rst
changeset 901 e8d1390c77b3
parent 898 32e4be02ab01
--- 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
+