qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] maint: Ignore ivshmem binaries


From: Eric Blake
Subject: [Qemu-trivial] [PATCH] maint: Ignore ivshmem binaries
Date: Mon, 26 Oct 2015 14:27:31 -0600

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

Signed-off-by: Eric Blake <address@hidden>
---

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]