From 095c395082d1aad1e8558aa25514ad911e6d193c Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 23 Feb 2010 12:27:19 +0000 Subject: generator: Add OCaml bindings. Also we tighten up the definition of hivex_close (it disposes of handles) and hivex_node_get_child (unusual "not found" non-error condition). This also adds tests of the OCaml bindings. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5ecefaa..997bbcf 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,12 @@ ocaml/hivex_c.c ocaml/META ocaml/*.so ocaml/t/hivex_005_load +ocaml/t/hivex_010_open +ocaml/t/hivex_020_root +ocaml/t/hivex_100_errors +ocaml/t/hivex_110_gc_handle +ocaml/t/hivex_200_write +ocaml/t/hivex_300_fold perl/blib perl/Hivex.bs perl/Hivex.c -- cgit