All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Cc: qemu-devel@nongnu.org, Avi Kivity <avi@redhat.com>, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH] QEMU: Update .gitignore
Date: Wed, 30 Jun 2010 23:33:55 +0200	[thread overview]
Message-ID: <20100630213355.GB29976@ohm.aurel32.net> (raw)
In-Reply-To: <4C1F2D69.3090000@jp.fujitsu.com>

On Mon, Jun 21, 2010 at 06:14:17PM +0900, Hidetoshi Seto wrote:
> (2010/06/21 17:19), Avi Kivity wrote:
> > On 06/21/2010 08:24 AM, Hidetoshi Seto wrote:
> >> I think some people have noticed that:
> >>
> >>> $ ./configure
> >>> $ make
> >>> $ git status
> >>> # On branch master
> >>> # Untracked files:
> >>> #   (use "git add <file>..." to include in what will be committed)
> >>> #
> >>> #       QMP/qmp-commands.txt
> >>> #       libdis-user/
> >>> #       libdis/
> >>> #       pc-bios/optionrom/vapic.bin
> >>> nothing added to commit but untracked files present (use "git add" to track)
> >>>     
> >> Please consider applying this patch to qemu-kvm.git.
> > 
> > This is equally applicable to qemu.git, so please sent it to the qemu
> > mailing list, qemu-devel@nongnu.org.
> 
> Thanks for your advice, Avi.
> 
> Now this mail is sent to qemu ML, w/ above quotes as short history.
> Could someone pick this up?
> 
> Thanks,
> H.Seto
> 
> =====

This patch looks good, but doesn't apply anymore, as the libdis/ and
libdis-user/ part has already been applied from another patch. Care
to resend it?

> Subject: [PATCH] QEMU: Update .gitignore
> 
> Add some files/directories to .gitignore
> 
>   - vapic.bin
>       A generated binary file.
>   - libdis/ and libdis-user/
>       These are directories generated by ./configure.
>   - QMP/qmp-commands.txt
>       A generated text.
> 
> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
> ---
>  .gitignore |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 2d7f439..fa4f241 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -9,6 +9,8 @@ config-target.*
>  libhw32
>  libhw64
>  libuser
> +libdis
> +libdis-user
>  qemu-doc.html
>  qemu-tech.html
>  qemu-doc.info
> @@ -26,6 +28,7 @@ qemu-img-cmds.texi
>  qemu-img-cmds.h
>  qemu-io
>  qemu-monitor.texi
> +QMP/qmp-commands.txt
>  .gdbinit
>  *.a
>  *.aux
> @@ -50,4 +53,5 @@ pc-bios/optionrom/linuxboot.bin
>  pc-bios/optionrom/multiboot.bin
>  pc-bios/optionrom/multiboot.raw
>  pc-bios/optionrom/extboot.bin
> +pc-bios/optionrom/vapic.bin
>  .stgit-*
> -- 1.7.0 
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

WARNING: multiple messages have this Message-ID (diff)
From: Aurelien Jarno <aurelien@aurel32.net>
To: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Avi Kivity <avi@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] QEMU: Update .gitignore
Date: Wed, 30 Jun 2010 23:33:55 +0200	[thread overview]
Message-ID: <20100630213355.GB29976@ohm.aurel32.net> (raw)
In-Reply-To: <4C1F2D69.3090000@jp.fujitsu.com>

On Mon, Jun 21, 2010 at 06:14:17PM +0900, Hidetoshi Seto wrote:
> (2010/06/21 17:19), Avi Kivity wrote:
> > On 06/21/2010 08:24 AM, Hidetoshi Seto wrote:
> >> I think some people have noticed that:
> >>
> >>> $ ./configure
> >>> $ make
> >>> $ git status
> >>> # On branch master
> >>> # Untracked files:
> >>> #   (use "git add <file>..." to include in what will be committed)
> >>> #
> >>> #       QMP/qmp-commands.txt
> >>> #       libdis-user/
> >>> #       libdis/
> >>> #       pc-bios/optionrom/vapic.bin
> >>> nothing added to commit but untracked files present (use "git add" to track)
> >>>     
> >> Please consider applying this patch to qemu-kvm.git.
> > 
> > This is equally applicable to qemu.git, so please sent it to the qemu
> > mailing list, qemu-devel@nongnu.org.
> 
> Thanks for your advice, Avi.
> 
> Now this mail is sent to qemu ML, w/ above quotes as short history.
> Could someone pick this up?
> 
> Thanks,
> H.Seto
> 
> =====

This patch looks good, but doesn't apply anymore, as the libdis/ and
libdis-user/ part has already been applied from another patch. Care
to resend it?

> Subject: [PATCH] QEMU: Update .gitignore
> 
> Add some files/directories to .gitignore
> 
>   - vapic.bin
>       A generated binary file.
>   - libdis/ and libdis-user/
>       These are directories generated by ./configure.
>   - QMP/qmp-commands.txt
>       A generated text.
> 
> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
> ---
>  .gitignore |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 2d7f439..fa4f241 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -9,6 +9,8 @@ config-target.*
>  libhw32
>  libhw64
>  libuser
> +libdis
> +libdis-user
>  qemu-doc.html
>  qemu-tech.html
>  qemu-doc.info
> @@ -26,6 +28,7 @@ qemu-img-cmds.texi
>  qemu-img-cmds.h
>  qemu-io
>  qemu-monitor.texi
> +QMP/qmp-commands.txt
>  .gdbinit
>  *.a
>  *.aux
> @@ -50,4 +53,5 @@ pc-bios/optionrom/linuxboot.bin
>  pc-bios/optionrom/multiboot.bin
>  pc-bios/optionrom/multiboot.raw
>  pc-bios/optionrom/extboot.bin
> +pc-bios/optionrom/vapic.bin
>  .stgit-*
> -- 1.7.0 
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

  reply	other threads:[~2010-06-30 21:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-21  5:24 [PATCH] Update .gitignore Hidetoshi Seto
2010-06-21  8:19 ` Avi Kivity
2010-06-21  9:14   ` [PATCH] QEMU: " Hidetoshi Seto
2010-06-21  9:14     ` [Qemu-devel] " Hidetoshi Seto
2010-06-30 21:33     ` Aurelien Jarno [this message]
2010-06-30 21:33       ` Aurelien Jarno
2010-07-01  3:34       ` Hidetoshi Seto
2010-07-01  3:34         ` Hidetoshi Seto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100630213355.GB29976@ohm.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=qemu-devel@nongnu.org \
    --cc=seto.hidetoshi@jp.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.