summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-08 23:06:51 +0100
committerRichard Jones <rjones@redhat.com>2009-04-08 23:06:51 +0100
commitbf26360e5e91148a4479f812c2b43acce4f5884e (patch)
treefe1e185b51b8e0a87a9fc7caa273c7fe7ff82eba /.gitignore
parent13339826ea01f8dbd581b5d2544e7692171cf386 (diff)
downloadlibguestfs-bf26360e5e91148a4479f812c2b43acce4f5884e.tar.gz
libguestfs-bf26360e5e91148a4479f812c2b43acce4f5884e.tar.xz
libguestfs-bf26360e5e91148a4479f812c2b43acce4f5884e.zip
Added OCaml examples.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6f8d6128..90a3b528 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,10 @@ ocaml/*.cma
ocaml/*.cmxa
ocaml/*.a
ocaml/*.so
+ocaml/examples/*.cmi
+ocaml/examples/*.cmo
+ocaml/examples/*.cmx
+ocaml/examples/lvs
perl/Guestfs.c
perl/Guestfs.bs
perl/Makefile-pl