Ignore patterns.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 20 Jul 2011 12:34:24 +0300
changeset 901 e8d1390c77b3
parent 900 7cdf5de5fdf7
child 902 034aeeb2a16d
Ignore patterns.
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
+