All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Extend gitignore
@ 2009-01-16 22:14 Jan Kiszka
  2009-01-22 17:15 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-01-16 22:14 UTC (permalink / raw)
  To: qemu-devel

Exclude objects in the root directory and temporary stgit files.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6fdc7e7..773ce51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,7 +30,9 @@ qemu-nbd.pod
 *.tp
 *.vr
 *.d
+*.o
 .pc
 patches
 pc-bios/bios-pq/status
 pc-bios/vgabios-pq/status
+.stgit-*

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

* Re: [Qemu-devel] [PATCH] Extend gitignore
  2009-01-16 22:14 [Qemu-devel] [PATCH] Extend gitignore Jan Kiszka
@ 2009-01-22 17:15 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2009-01-22 17:15 UTC (permalink / raw)
  To: qemu-devel

Jan Kiszka wrote:
> Exclude objects in the root directory and temporary stgit files.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>   

Applied.  Thanks.

Regards,

Anthony Liguori

> ---
>
>  .gitignore |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 6fdc7e7..773ce51 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -30,7 +30,9 @@ qemu-nbd.pod
>  *.tp
>  *.vr
>  *.d
> +*.o
>  .pc
>  patches
>  pc-bios/bios-pq/status
>  pc-bios/vgabios-pq/status
> +.stgit-*
>
>
>
>   

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

end of thread, other threads:[~2009-01-22 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-16 22:14 [Qemu-devel] [PATCH] Extend gitignore Jan Kiszka
2009-01-22 17:15 ` 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.