qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Add qga/qapi-generated to .gitignore
@ 2014-03-10 17:14 Gabriel L. Somlo
  2014-03-10 17:57 ` Eric Blake
  0 siblings, 1 reply; 4+ messages in thread
From: Gabriel L. Somlo @ 2014-03-10 17:14 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial

The folder "qga/qapi-generated" shows up after building QEMU, and
gets in the way during e.g. "git add ."; Add it to .gitignore to
keep it from accidentally ending up in the wrong place.

Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index ef7019f..a0895c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@
 libdis*
 libuser
 /linux-headers/asm
+qga/qapi-generated
 /qapi-generated
 /qapi-types.[ch]
 /qapi-visit.[ch]
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] Add qga/qapi-generated to .gitignore
  2014-03-10 17:14 [Qemu-devel] [PATCH] Add qga/qapi-generated to .gitignore Gabriel L. Somlo
@ 2014-03-10 17:57 ` Eric Blake
  2014-03-10 18:08   ` [Qemu-devel] [PATCH v2] " Gabriel L. Somlo
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Blake @ 2014-03-10 17:57 UTC (permalink / raw)
  To: Gabriel L. Somlo, qemu-devel, qemu-trivial

[-- Attachment #1: Type: text/plain, Size: 731 bytes --]

On 03/10/2014 11:14 AM, Gabriel L. Somlo wrote:
> The folder "qga/qapi-generated" shows up after building QEMU, and
> gets in the way during e.g. "git add ."; Add it to .gitignore to
> keep it from accidentally ending up in the wrong place.
> 
> Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index ef7019f..a0895c9 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -21,6 +21,7 @@
>  libdis*
>  libuser
>  /linux-headers/asm
> +qga/qapi-generated

Why didn't you anchor it?

/qga/qapi-generated

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [PATCH v2] Add qga/qapi-generated to .gitignore
  2014-03-10 17:57 ` Eric Blake
@ 2014-03-10 18:08   ` Gabriel L. Somlo
  2014-03-14 16:22     ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  0 siblings, 1 reply; 4+ messages in thread
From: Gabriel L. Somlo @ 2014-03-10 18:08 UTC (permalink / raw)
  To: Eric Blake; +Cc: qemu-trivial, qemu-devel

The folder "qga/qapi-generated" shows up after building QEMU, and
gets in the way during e.g. "git add ."; Add it to .gitignore to
keep it from accidentally ending up in the wrong place.

Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
---

On Mon, Mar 10, 2014 at 11:57:18AM -0600, Eric Blake wrote:
> Why didn't you anchor it?
> /qga/qapi-generated

Because I'm a n00b to the "process" :)
Thanks for the clue,
  Gabriel

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index ef7019f..a0895c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@
 libdis*
 libuser
 /linux-headers/asm
+/qga/qapi-generated
 /qapi-generated
 /qapi-types.[ch]
 /qapi-visit.[ch]
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] Add qga/qapi-generated to .gitignore
  2014-03-10 18:08   ` [Qemu-devel] [PATCH v2] " Gabriel L. Somlo
@ 2014-03-14 16:22     ` Michael Tokarev
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2014-03-14 16:22 UTC (permalink / raw)
  To: Gabriel L. Somlo; +Cc: qemu-trivial, qemu-devel

Thanks, applied to the trivial-patches queue.

/mjt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-14 16:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 17:14 [Qemu-devel] [PATCH] Add qga/qapi-generated to .gitignore Gabriel L. Somlo
2014-03-10 17:57 ` Eric Blake
2014-03-10 18:08   ` [Qemu-devel] [PATCH v2] " Gabriel L. Somlo
2014-03-14 16:22     ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).