aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-07 08:55:12 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-07 08:55:12 +0100
commitb59766b71fd4ceb731815c7f1337dffe71618548 (patch)
treee2e72e7927e0074a7b155d8fa5c8a9085d57bb8f /.hgignore
parent53f89553da0d7428e7f2ea2a245c6d345f5be077 (diff)
downloadxen-b59766b71fd4ceb731815c7f1337dffe71618548.tar.gz
xen-b59766b71fd4ceb731815c7f1337dffe71618548.tar.bz2
xen-b59766b71fd4ceb731815c7f1337dffe71618548.zip
.hgignore: Update for new ocaml build-generated files.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 88d6de0124..2bb852ee6d 100644
--- a/.hgignore
+++ b/.hgignore
@@ -281,7 +281,10 @@
^tools/xm-test/tests/.*\.test$
^tools/ioemu-remote
^tools/ioemu-dir$
-^tools/ocaml-xenstored.*$
+^tools/ocaml/.*/.*\.annot$
+^tools/ocaml/.*/.*\.cmx?a$
+^tools/ocaml/.*/\.ocamldep\.make$
+^tools/ocaml/xenstored/oxenstored$
^xen/\.banner.*$
^xen/BLOG$
^xen/System.map$