Wanlong Gao
2011-Dec-23 06:54 UTC
[Libguestfs] [PATCH] gitignore: ignore the guestfs.* directory
Let git ignore the guestfs.* directorys. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index dcf2af1..4d4556e 100644 --- a/.gitignore +++ b/.gitignore @@ -367,3 +367,4 @@ tools/virt-*.pl /gnulib .git-module-status .guestfs-* +guestfs.* -- 1.7.8
Richard W.M. Jones
2011-Dec-23 08:33 UTC
[Libguestfs] [PATCH] gitignore: ignore the guestfs.* directory
On Fri, Dec 23, 2011 at 02:54:04PM +0800, Wanlong Gao wrote:> Let git ignore the guestfs.* directorys. > > Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> > --- > .gitignore | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index dcf2af1..4d4556e 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -367,3 +367,4 @@ tools/virt-*.pl > /gnulib > .git-module-status > .guestfs-* > +guestfs.* > -- > 1.7.8Thanks, I'll push this. Also note this related bug: https://bugzilla.redhat.com/show_bug.cgi?id=769680 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/
Maybe Matching Threads
- [PATCH 1/3] ext2: tweak the error returned message of resize2fs-M(BZ755729)
- [PATCH v2 1/3] ext2: tweak the error returned message of resize2fs-M(BZ755729)
- [PATCH 1/3] launch: move the filename checking to a wrapper
- [PATCH] AUTHORS: add the email address for each authors
- [PATCH 1/2] ext2: tweak the error returned message of resize2fs-M(BZ755729)