From: Keir Fraser Date: Fri, 7 May 2010 07:55:12 +0000 (+0100) Subject: .hgignore: Update for new ocaml build-generated files. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12229 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b59766b71fd4ceb731815c7f1337dffe71618548;p=xen.git .hgignore: Update for new ocaml build-generated files. Signed-off-by: Keir Fraser --- 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$