[Libguestfs] [PATCH] gitignore: ignore the git related files

Richard W.M. Jones rjones at redhat.com
Wed Jan 4 10:16:58 UTC 2012


On Wed, Jan 04, 2012 at 06:07:33PM +0800, Wanlong Gao wrote:
> This is over the holidays, too.
> 
> > *.eml for email picked patches
> > other for orginal git patch related files.
> > 
> > Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
> > ---
> >  .gitignore |    7 +++++++
> >  1 files changed, 7 insertions(+), 0 deletions(-)
> > 
> > diff --git a/.gitignore b/.gitignore
> > index 4d4556e..682bf29 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -368,3 +368,10 @@ tools/virt-*.pl
> >  .git-module-status
> >  .guestfs-*
> >  guestfs.*
> > +
> > +*.eml
> > +*.patch
> > +*.rej
> > +*.orig
> > +*.diff
> > +.gitattributes

Thanks, I have pushed this.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list