diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 13:34:16 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 20:12:16 +0000 |
commit | 086bd1f7bfab4c10d890ecca3506a1b091c0d398 (patch) | |
tree | eaa8ce0bd417510e22f8f4abcf8b208e9254f7dc /.gitignore | |
parent | 58012dc9b67aa1b5de9c5dc70e7e471de3ed2a6a (diff) | |
download | libguestfs-086bd1f7bfab4c10d890ecca3506a1b091c0d398.tar.gz libguestfs-086bd1f7bfab4c10d890ecca3506a1b091c0d398.tar.xz libguestfs-086bd1f7bfab4c10d890ecca3506a1b091c0d398.zip |
ocaml: Translate C examples into OCaml and include documentation.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -116,6 +116,7 @@ haskell/Guestfs.hs html/guestfish.1.html html/guestfs.3.html html/guestfs-examples.3.html +html/guestfs-ocaml.3.html html/guestmount.1.html html/recipes.html html/virt-cat.1.html @@ -198,7 +199,10 @@ missing ocaml/bindtests ocaml/bindtests.ml ocaml/dllmlguestfs.so -ocaml/examples/lvs +ocaml/examples/create_disk +ocaml/examples/guestfs-ocaml.3 +ocaml/examples/inspect_vm +ocaml/examples/stamp-guestfs-ocaml.pod ocaml/guestfs_c_actions.c ocaml/guestfs_inspector.ml ocaml/guestfs_inspector.mli |