diff options
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 |