From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqoMl-0001rf-At for qemu-devel@nongnu.org; Mon, 26 Oct 2015 16:27:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqoMi-00046G-4P for qemu-devel@nongnu.org; Mon, 26 Oct 2015 16:27:39 -0400 Received: from resqmta-po-02v.sys.comcast.net ([2001:558:fe16:19:96:114:154:161]:46903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqoMh-00045j-V4 for qemu-devel@nongnu.org; Mon, 26 Oct 2015 16:27:36 -0400 From: Eric Blake Date: Mon, 26 Oct 2015 14:27:31 -0600 Message-Id: <1445891251-10072-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH] maint: Ignore ivshmem binaries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, marcandre.lureau@redhat.com Commit a75eb03b added ivshmem-client and ivshmem-server binaries, but did not mark them for exclusion in .gitignore. Signed-off-by: Eric Blake --- 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