qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] maint: Ignore ivshmem binaries
@ 2015-10-26 20:27 Eric Blake
  2015-10-29  7:42 ` Michael Tokarev
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Blake @ 2015-10-26 20:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, marcandre.lureau

Commit a75eb03b added ivshmem-client and ivshmem-server binaries,
but did not mark them for exclusion in .gitignore.

Signed-off-by: Eric Blake <eblake@redhat.com>
---

Yes, I know that these only show up in 'git status' as dirty if you
do an in-tree build, and that we prefer VPATH builds.  But we might
as well be consistent, and we already ignore other in-tree
binaries such as qemu-img and qemu-nbd.

 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 75bceb9..88a80ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,8 @@
 /*-darwin-user
 /*-linux-user
 /*-bsd-user
+/ivshmem-client
+/ivshmem-server
 /libdis*
 /libuser
 /linux-headers/asm
-- 
2.4.3

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

* Re: [Qemu-devel] [PATCH] maint: Ignore ivshmem binaries
  2015-10-26 20:27 [Qemu-devel] [PATCH] maint: Ignore ivshmem binaries Eric Blake
@ 2015-10-29  7:42 ` Michael Tokarev
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2015-10-29  7:42 UTC (permalink / raw)
  To: Eric Blake, qemu-devel; +Cc: qemu-trivial, marcandre.lureau

26.10.2015 23:27, Eric Blake wrote:
> Commit a75eb03b added ivshmem-client and ivshmem-server binaries,
> but did not mark them for exclusion in .gitignore.

Applied to -trivial.

> Yes, I know that these only show up in 'git status' as dirty if you
> do an in-tree build, and that we prefer VPATH builds.  But we might
> as well be consistent, and we already ignore other in-tree
> binaries such as qemu-img and qemu-nbd.

I agree.

Thank you!

/mjt

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

end of thread, other threads:[~2015-10-29  7:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-26 20:27 [Qemu-devel] [PATCH] maint: Ignore ivshmem binaries Eric Blake
2015-10-29  7:42 ` 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).