From: Mark McLoughlin Date: Wed, 5 Jul 2006 21:52:52 +0000 (+0000) Subject: unleash the hush puppies X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5004bee5198b6ec68b9c50c07d55e34b3e8aaa49;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git unleash the hush puppies --- diff --git a/.cvsignore b/.cvsignore index 36d965471..dc4aaa6f7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -17,6 +17,5 @@ libtool ltconfig ltmain.sh update.log -libxen.pc -libxen.spec - +libvirt.pc +libvirt.spec diff --git a/docs/.cvsignore b/docs/.cvsignore index d348e16aa..7e717f481 100644 --- a/docs/.cvsignore +++ b/docs/.cvsignore @@ -1 +1,3 @@ +Makefile +Makefile.in .memdump diff --git a/docs/devhelp/.cvsignore b/docs/devhelp/.cvsignore new file mode 100644 index 000000000..cc4ababa8 --- /dev/null +++ b/docs/devhelp/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +libvirt.devhelp diff --git a/docs/examples/.cvsignore b/docs/examples/.cvsignore index 5f28847a8..64bb28a4a 100644 --- a/docs/examples/.cvsignore +++ b/docs/examples/.cvsignore @@ -3,3 +3,5 @@ Makefile.in Makefile info1 suspend +.libs +.deps diff --git a/docs/examples/python/.cvsignore b/docs/examples/python/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/docs/examples/python/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/include/.cvsignore b/include/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/include/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/include/libvirt/.cvsignore b/include/libvirt/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/include/libvirt/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/proxy/.cvsignore b/proxy/.cvsignore new file mode 100644 index 000000000..f3d6ec790 --- /dev/null +++ b/proxy/.cvsignore @@ -0,0 +1,5 @@ +Makefile +Makefile.in +.deps +.libs +libvirt_proxy diff --git a/python/.cvsignore b/python/.cvsignore new file mode 100644 index 000000000..77c04da13 --- /dev/null +++ b/python/.cvsignore @@ -0,0 +1,12 @@ +Makefile +Makefile.in +.deps +.libs +*.lo +*.la +libvirt.py +libvirt-export.c +libvirtclass.txt +libvirt-py.[ch] +libvirtclass.py +gen_prog diff --git a/python/tests/.cvsignore b/python/tests/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/python/tests/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/src/.cvsignore b/src/.cvsignore index 69917212f..8a7a0c4e2 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -1 +1,7 @@ +Makefile +Makefile.in +.deps +.libs +*.lo +*.la virsh diff --git a/tests/.cvsignore b/tests/.cvsignore new file mode 100644 index 000000000..e431d7cdd --- /dev/null +++ b/tests/.cvsignore @@ -0,0 +1,5 @@ +Makefile +Makefile.in +.deps +.libs +xmlrpctest