diff mbox

maint: Ignore ivshmem binaries

Message ID 1445891251-10072-1-git-send-email-eblake@redhat.com
State New
Headers show

Commit Message

Eric Blake Oct. 26, 2015, 8:27 p.m. UTC
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(+)

Comments

Michael Tokarev Oct. 29, 2015, 7:42 a.m. UTC | #1
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
diff mbox

Patch

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