diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-13 19:10:10 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-13 19:10:10 +0100 |
commit | 70c2ffc39677a9f5eb6b2230cb9ca2606b2fd966 (patch) | |
tree | 253e14c3aff908f3587ba219cb4071a240dbfec7 /.gitignore | |
parent | b3f11c5f62f725fa3f09452b38d52dba764f80d0 (diff) | |
download | libguestfs-70c2ffc39677a9f5eb6b2230cb9ca2606b2fd966.tar.gz libguestfs-70c2ffc39677a9f5eb6b2230cb9ca2606b2fd966.tar.xz libguestfs-70c2ffc39677a9f5eb6b2230cb9ca2606b2fd966.zip |
Additional test programs for Perl, Python, OCaml bindings.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -5,6 +5,13 @@ *.lo *.o *~ +*.cmi +*.cmo +*.cmx +*.cma +*.cmxa +*.a +*.so Makefile.in Makefile aclocal.m4 @@ -45,17 +52,10 @@ m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 ocaml/META -ocaml/*.cmi -ocaml/*.cmo -ocaml/*.cmx -ocaml/*.cma -ocaml/*.cmxa -ocaml/*.a -ocaml/*.so -ocaml/examples/*.cmi -ocaml/examples/*.cmo -ocaml/examples/*.cmx ocaml/examples/lvs +ocaml/t/guestfs_005_load +ocaml/t/guestfs_010_launch +ocaml/t/guestfs_050_lvcreate perl/Guestfs.c perl/Guestfs.bs perl/Makefile-pl |