All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] maint: Ignore ivshmem binaries
@ 2015-10-26 20:27 ` Eric Blake
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-26 20:27 [Qemu-trivial] [PATCH] maint: Ignore ivshmem binaries Eric Blake
2015-10-26 20:27 ` [Qemu-devel] " Eric Blake
2015-10-29  7:42 ` [Qemu-trivial] " Michael Tokarev
2015-10-29  7:42   ` [Qemu-devel] " Michael Tokarev

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.