From c7367160e47a01e07fabfcb38fcb5951773b04d4 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 19 May 2009 14:13:20 +0100 Subject: ocaml-xenstored: Allow to build ocaml xenstored instead of C version To use, set CONFIG_OCAML_XENSTORED=y at build time. Then the build system will automatically download the remote repo to tools/ocaml-xenstored. Signed-off-by: Alex Zeffertt --- .hgignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 244158a5d3..17b24787de 100644 --- a/.hgignore +++ b/.hgignore @@ -90,6 +90,7 @@ ^stubdom/gcc-.*$ ^stubdom/include$ ^stubdom/ioemu$ +^stubdom/xenstore$ ^stubdom/libxc-.*$ ^stubdom/lwip-.*$ ^stubdom/mini-os-.*$ @@ -251,6 +252,7 @@ ^tools/xm-test/tests/.*\.test$ ^tools/ioemu-remote ^tools/ioemu-dir$ +^tools/ocaml-xenstored.*$ ^xen/\.banner.*$ ^xen/BLOG$ ^xen/System.map$ -- cgit v1.2.3