From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0j9i-0001xC-3F for qemu-devel@nongnu.org; Thu, 23 Feb 2012 19:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0j9d-0006cx-I2 for qemu-devel@nongnu.org; Thu, 23 Feb 2012 19:37:01 -0500 Received: from ozlabs.org ([203.10.76.45]:51272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0j9d-0006ci-4o for qemu-devel@nongnu.org; Thu, 23 Feb 2012 19:36:57 -0500 From: David Gibson Date: Fri, 24 Feb 2012 11:36:46 +1100 Message-Id: <1330043806-31899-4-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1330043806-31899-1-git-send-email-david@gibson.dropbear.id.au> References: <1330043806-31899-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [PATCH 3/3] .gitignore update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: qemu-devel@nongnu.org, David Gibson This adds a few previously missing generated files to .gitignore: the qemu-bridge-helper binary, and the linuxboot and multiboot images from pc-bios/optionrom. Signed-off-by: David Gibson --- .gitignore | 1 + pc-bios/optionrom/.gitignore | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 pc-bios/optionrom/.gitignore diff --git a/.gitignore b/.gitignore index c72955a..f74e95b 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ qemu-img-cmds.texi qemu-img-cmds.h qemu-io qemu-ga +qemu-bridge-helper qemu-monitor.texi QMP/qmp-commands.txt test-coroutine diff --git a/pc-bios/optionrom/.gitignore b/pc-bios/optionrom/.gitignore new file mode 100644 index 0000000..c97a411 --- /dev/null +++ b/pc-bios/optionrom/.gitignore @@ -0,0 +1,3 @@ +linuxboot.img +linuxboot.raw +multiboot.img -- 1.7.9