From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJe1U-00037x-9h for qemu-devel@nongnu.org; Fri, 28 Oct 2011 00:26:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJe1R-0001lZ-Me for qemu-devel@nongnu.org; Fri, 28 Oct 2011 00:26:28 -0400 Received: from ozlabs.org ([203.10.76.45]:54532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJe1R-0001kt-72 for qemu-devel@nongnu.org; Fri, 28 Oct 2011 00:26:25 -0400 From: David Gibson Date: Fri, 28 Oct 2011 15:26:18 +1100 Message-Id: <1319775978-7682-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [PATCH] Add qapi related generated files to .gitignore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org .gitignore already lists the qapi-generated subdirectory which includes a number of files generated during build. However, there are some additional files generated by the qapi build which go in the top level directory. This patch adds them to .gitignore, removing the irritating noise from diffs and the like. Signed-off-by: David Gibson --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 6d2acab..406f75f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,10 @@ libhw64 libuser linux-headers/asm qapi-generated +qapi-types.[ch] +qapi-visit.[ch] +qmp-commands.h +qmp-marshal.c qemu-doc.html qemu-tech.html qemu-doc.info -- 1.7.7