All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Update .gitignore
@ 2016-09-28 23:58 David Gibson
  2016-09-29  8:17 ` Marc-André Lureau
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: David Gibson @ 2016-09-28 23:58 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel, David Gibson

This adds one generated header, and a couple of testcase binaries to the
.gitignore files, which haven't yet been included.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 .gitignore       | 1 +
 tests/.gitignore | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index c91d018..1babcc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@
 /trace/generated-ust.c
 /ui/shader/texture-blit-frag.h
 /ui/shader/texture-blit-vert.h
+module_block.h
 *-timestamp
 /*-softmmu
 /*-darwin-user
diff --git a/tests/.gitignore b/tests/.gitignore
index 0f0c79b..9f3d2ee 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -12,7 +12,9 @@ rcutorture
 test-aio
 test-base64
 test-bitops
+test-blockjob
 test-blockjob-txn
+test-bufferiszero
 test-clone-visitor
 test-coroutine
 test-crypto-afsplit
-- 
2.7.4

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

* Re: [Qemu-devel] [PATCH] Update .gitignore
  2016-09-28 23:58 [Qemu-devel] [PATCH] Update .gitignore David Gibson
@ 2016-09-29  8:17 ` Marc-André Lureau
  2016-09-29 16:00 ` Michael Tokarev
  2016-09-29 17:08 ` Alex Bennée
  2 siblings, 0 replies; 11+ messages in thread
From: Marc-André Lureau @ 2016-09-29  8:17 UTC (permalink / raw)
  To: David Gibson, qemu-trivial; +Cc: qemu-devel

On Thu, Sep 29, 2016 at 3:59 AM David Gibson <david@gibson.dropbear.id.au>
wrote:

> This adds one generated header, and a couple of testcase binaries to the
> .gitignore files, which haven't yet been included.
>
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> ---
>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

 .gitignore       | 1 +
>  tests/.gitignore | 2 ++
>  2 files changed, 3 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index c91d018..1babcc2 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -20,6 +20,7 @@
>  /trace/generated-ust.c
>  /ui/shader/texture-blit-frag.h
>  /ui/shader/texture-blit-vert.h
> +module_block.h
>  *-timestamp
>  /*-softmmu
>  /*-darwin-user
> diff --git a/tests/.gitignore b/tests/.gitignore
> index 0f0c79b..9f3d2ee 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -12,7 +12,9 @@ rcutorture
>  test-aio
>  test-base64
>  test-bitops
> +test-blockjob
>  test-blockjob-txn
> +test-bufferiszero
>  test-clone-visitor
>  test-coroutine
>  test-crypto-afsplit
> --
> 2.7.4
>
>
> --
Marc-André Lureau

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

* Re: [Qemu-devel] [PATCH] Update .gitignore
  2016-09-28 23:58 [Qemu-devel] [PATCH] Update .gitignore David Gibson
  2016-09-29  8:17 ` Marc-André Lureau
@ 2016-09-29 16:00 ` Michael Tokarev
  2016-09-29 17:08 ` Alex Bennée
  2 siblings, 0 replies; 11+ messages in thread
From: Michael Tokarev @ 2016-09-29 16:00 UTC (permalink / raw)
  To: David Gibson, qemu-trivial; +Cc: qemu-devel

29.09.2016 02:58, David Gibson wrote:
> This adds one generated header, and a couple of testcase binaries to the
> .gitignore files, which haven't yet been included.

Other people already spotted these omissions in .gitignore.
Thank you!

/mjt

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

* Re: [Qemu-devel] [PATCH] Update .gitignore
  2016-09-28 23:58 [Qemu-devel] [PATCH] Update .gitignore David Gibson
  2016-09-29  8:17 ` Marc-André Lureau
  2016-09-29 16:00 ` Michael Tokarev
@ 2016-09-29 17:08 ` Alex Bennée
  2 siblings, 0 replies; 11+ messages in thread
From: Alex Bennée @ 2016-09-29 17:08 UTC (permalink / raw)
  To: David Gibson; +Cc: qemu-trivial, qemu-devel


David Gibson <david@gibson.dropbear.id.au> writes:

> This adds one generated header, and a couple of testcase binaries to the
> .gitignore files, which haven't yet been included.
>
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  .gitignore       | 1 +
>  tests/.gitignore | 2 ++
>  2 files changed, 3 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index c91d018..1babcc2 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -20,6 +20,7 @@
>  /trace/generated-ust.c
>  /ui/shader/texture-blit-frag.h
>  /ui/shader/texture-blit-vert.h
> +module_block.h
>  *-timestamp
>  /*-softmmu
>  /*-darwin-user
> diff --git a/tests/.gitignore b/tests/.gitignore
> index 0f0c79b..9f3d2ee 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -12,7 +12,9 @@ rcutorture
>  test-aio
>  test-base64
>  test-bitops
> +test-blockjob
>  test-blockjob-txn
> +test-bufferiszero
>  test-clone-visitor
>  test-coroutine
>  test-crypto-afsplit


--
Alex Bennée

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

* [Qemu-devel] [PATCH] Update .gitignore
@ 2010-06-28  2:33 Hidetoshi Seto
  0 siblings, 0 replies; 11+ messages in thread
From: Hidetoshi Seto @ 2010-06-28  2:33 UTC (permalink / raw)
  To: qemu-devel, kvm

Add some files/directories to .gitignore

  - vapic.bin
      A generated binary file
  - libdis/ and libdis-user/
      Directories generated in ./configure
  - QMP/qmp-commands.txt
      A generated text
  - qemu-options.def
      A generated file used as a source of qemu-options.h

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
---
 .gitignore |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2d7f439..81b1ba4 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
@@ -21,11 +23,13 @@ qemu-img
 qemu-nbd
 qemu-nbd.8
 qemu-nbd.pod
+qemu-options.def
 qemu-options.texi
 qemu-img-cmds.texi
 qemu-img-cmds.h
 qemu-io
 qemu-monitor.texi
+QMP/qmp-commands.txt
 .gdbinit
 *.a
 *.aux
@@ -50,4 +54,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

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

* Re: [Qemu-devel] [PATCH] update .gitignore
  2009-04-22 12:51       ` Gerd Hoffmann
@ 2009-04-22 13:06         ` Anthony Liguori
  0 siblings, 0 replies; 11+ messages in thread
From: Anthony Liguori @ 2009-04-22 13:06 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: Avi Kivity, qemu-devel

Gerd Hoffmann wrote:
>
> Works, thanks.  Updated patch attached (exclude qemu-io only).

Applied.  Thanks.

Regards,

Anthony Liguori

> cheers,
>   Gerd
>

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

* Re: [Qemu-devel] [PATCH] update .gitignore
  2009-04-22 12:19     ` Avi Kivity
@ 2009-04-22 12:51       ` Gerd Hoffmann
  2009-04-22 13:06         ` Anthony Liguori
  0 siblings, 1 reply; 11+ messages in thread
From: Gerd Hoffmann @ 2009-04-22 12:51 UTC (permalink / raw)
  To: Avi Kivity; +Cc: qemu-devel

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

On 04/22/09 14:19, Avi Kivity wrote:
> Gerd Hoffmann wrote:
>> On 04/22/09 13:25, Avi Kivity wrote:
>>> Should be in a user's ~/.gitignore, really, since everyone uses a
>>> different editor and they have different backup schemes.
>>
>> Doesn't work for me.
>> Do I need some extra foo to enable that? In ~/.gitconfig maybe?
>>
>
> git config --global core.excludesfile ...

Works, thanks.  Updated patch attached (exclude qemu-io only).

cheers,
   Gerd


[-- Attachment #2: 0004-update-.gitignore-add-qemu-io.patch --]
[-- Type: text/plain, Size: 537 bytes --]

>From 05f669e2a7500f8b3da6bf00bace99fd309d7a1e Mon Sep 17 00:00:00 2001
From: Gerd Hoffmann <kraxel@redhat.com>
Date: Wed, 22 Apr 2009 12:42:58 +0200
Subject: [PATCH 4/5] update .gitignore: add qemu-io


Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 773ce51..95a2971 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ qemu-img
 qemu-nbd
 qemu-nbd.8
 qemu-nbd.pod
+qemu-io
 .gdbinit
 *.a
 *.aux
-- 
1.6.2.2


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

* Re: [Qemu-devel] [PATCH] update .gitignore
  2009-04-22 12:11   ` Gerd Hoffmann
@ 2009-04-22 12:19     ` Avi Kivity
  2009-04-22 12:51       ` Gerd Hoffmann
  0 siblings, 1 reply; 11+ messages in thread
From: Avi Kivity @ 2009-04-22 12:19 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel

Gerd Hoffmann wrote:
> On 04/22/09 13:25, Avi Kivity wrote:
>> Should be in a user's ~/.gitignore, really, since everyone uses a
>> different editor and they have different backup schemes.
>
> Doesn't work for me.
> Do I need some extra foo to enable that?  In ~/.gitconfig maybe?
>

git config --global core.excludesfile ...


-- 
error compiling committee.c: too many arguments to function

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

* Re: [Qemu-devel] [PATCH] update .gitignore
  2009-04-22 11:25 ` Avi Kivity
@ 2009-04-22 12:11   ` Gerd Hoffmann
  2009-04-22 12:19     ` Avi Kivity
  0 siblings, 1 reply; 11+ messages in thread
From: Gerd Hoffmann @ 2009-04-22 12:11 UTC (permalink / raw)
  To: Avi Kivity; +Cc: qemu-devel

On 04/22/09 13:25, Avi Kivity wrote:
> Should be in a user's ~/.gitignore, really, since everyone uses a
> different editor and they have different backup schemes.

Doesn't work for me.
Do I need some extra foo to enable that?  In ~/.gitconfig maybe?

cheers,
   Gerd

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

* Re: [Qemu-devel] [PATCH] update .gitignore
  2009-04-22 11:12 [Qemu-devel] [PATCH] update .gitignore Gerd Hoffmann
@ 2009-04-22 11:25 ` Avi Kivity
  2009-04-22 12:11   ` Gerd Hoffmann
  0 siblings, 1 reply; 11+ messages in thread
From: Avi Kivity @ 2009-04-22 11:25 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel

Gerd Hoffmann wrote:
>   Hi,
>
> $subject says all
>

@@ -31,6 +32,7 @@ qemu-nbd.pod
 *.vr
 *.d
 *.o
+*~
 .pc
 patches
 pc-bios/bios-pq/status


Should be in a user's ~/.gitignore, really, since everyone uses a 
different editor and they have different backup schemes.

-- 
error compiling committee.c: too many arguments to function

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

* [Qemu-devel] [PATCH] update .gitignore
@ 2009-04-22 11:12 Gerd Hoffmann
  2009-04-22 11:25 ` Avi Kivity
  0 siblings, 1 reply; 11+ messages in thread
From: Gerd Hoffmann @ 2009-04-22 11:12 UTC (permalink / raw)
  To: qemu-devel

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

   Hi,

$subject says all

cheers,
   Gerd

[-- Attachment #2: 0005-update-.gitignore.patch --]
[-- Type: text/plain, Size: 659 bytes --]

>From 9fcf05c5a8daf9408dc82a2be9c28bdfc079b270 Mon Sep 17 00:00:00 2001
From: Gerd Hoffmann <kraxel@redhat.com>
Date: Wed, 22 Apr 2009 12:42:58 +0200
Subject: [PATCH 05/10] update .gitignore

add qemu-io.
add *~ (editor backup files).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 773ce51..b750b0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ qemu-img
 qemu-nbd
 qemu-nbd.8
 qemu-nbd.pod
+qemu-io
 .gdbinit
 *.a
 *.aux
@@ -31,6 +32,7 @@ qemu-nbd.pod
 *.vr
 *.d
 *.o
+*~
 .pc
 patches
 pc-bios/bios-pq/status
-- 
1.6.2.2


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

end of thread, other threads:[~2016-09-29 17:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-28 23:58 [Qemu-devel] [PATCH] Update .gitignore David Gibson
2016-09-29  8:17 ` Marc-André Lureau
2016-09-29 16:00 ` Michael Tokarev
2016-09-29 17:08 ` Alex Bennée
  -- strict thread matches above, loose matches on Subject: below --
2010-06-28  2:33 Hidetoshi Seto
2009-04-22 11:12 [Qemu-devel] [PATCH] update .gitignore Gerd Hoffmann
2009-04-22 11:25 ` Avi Kivity
2009-04-22 12:11   ` Gerd Hoffmann
2009-04-22 12:19     ` Avi Kivity
2009-04-22 12:51       ` Gerd Hoffmann
2009-04-22 13:06         ` Anthony Liguori

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.