summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-23 12:27:19 +0000
committerRichard Jones <rjones@redhat.com>2010-02-24 19:14:19 +0000
commit095c395082d1aad1e8558aa25514ad911e6d193c (patch)
treee068d0de9e18ac520d106c6cb857e87d67122c57 /.gitignore
parentaa5d6c138b55e25994ac723e94f32b009366927c (diff)
downloadhivex-095c395082d1aad1e8558aa25514ad911e6d193c.tar.gz
hivex-095c395082d1aad1e8558aa25514ad911e6d193c.tar.xz
hivex-095c395082d1aad1e8558aa25514ad911e6d193c.zip
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
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