From 5004bee5198b6ec68b9c50c07d55e34b3e8aaa49 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 5 Jul 2006 21:52:52 +0000 Subject: [PATCH] unleash the hush puppies --- .cvsignore | 5 ++--- docs/.cvsignore | 2 ++ docs/devhelp/.cvsignore | 3 +++ docs/examples/.cvsignore | 2 ++ docs/examples/python/.cvsignore | 2 ++ include/.cvsignore | 2 ++ include/libvirt/.cvsignore | 2 ++ proxy/.cvsignore | 5 +++++ python/.cvsignore | 12 ++++++++++++ python/tests/.cvsignore | 2 ++ src/.cvsignore | 6 ++++++ tests/.cvsignore | 5 +++++ 12 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 docs/devhelp/.cvsignore create mode 100644 docs/examples/python/.cvsignore create mode 100644 include/.cvsignore create mode 100644 include/libvirt/.cvsignore create mode 100644 proxy/.cvsignore create mode 100644 python/.cvsignore create mode 100644 python/tests/.cvsignore create mode 100644 tests/.cvsignore diff --git a/.cvsignore b/.cvsignore index 36d9654714..dc4aaa6f7a 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 d348e16aa4..7e717f4818 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 0000000000..cc4ababa85 --- /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 5f28847a8a..64bb28a4a0 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 0000000000..282522db03 --- /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 0000000000..282522db03 --- /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 0000000000..282522db03 --- /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 0000000000..f3d6ec7905 --- /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 0000000000..77c04da130 --- /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 0000000000..282522db03 --- /dev/null +++ b/python/tests/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/src/.cvsignore b/src/.cvsignore index 69917212fa..8a7a0c4e25 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 0000000000..e431d7cdd4 --- /dev/null +++ b/tests/.cvsignore @@ -0,0 +1,5 @@ +Makefile +Makefile.in +.deps +.libs +xmlrpctest