aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-19 14:13:20 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-19 14:13:20 +0100
commitc7367160e47a01e07fabfcb38fcb5951773b04d4 (patch)
tree8877d3a06c90e10389e696cc4563b75926eb106f /.hgignore
parent1f876c2e6e48431940adb8ebd0a6960367cdc853 (diff)
downloadxen-c7367160e47a01e07fabfcb38fcb5951773b04d4.tar.gz
xen-c7367160e47a01e07fabfcb38fcb5951773b04d4.tar.bz2
xen-c7367160e47a01e07fabfcb38fcb5951773b04d4.zip
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 <alex.zeffertt@eu.citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
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$