Re: [Qemu-devel] [PATCH] gitignore: ignore qtest binaries

2012-04-20 Thread Stefan Hajnoczi
On Fri, Apr 13, 2012 at 03:17:21PM +0100, Stefan Hajnoczi wrote:
 Signed-off-by: Stefan Hajnoczi stefa...@linux.vnet.ibm.com
 ---
  .gitignore |1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/.gitignore b/.gitignore
 index 9859c7d..db74219 100644
 --- a/.gitignore
 +++ b/.gitignore
 @@ -89,3 +89,4 @@ cscope.*
  tags
  TAGS
  *~
 +tests/*-test

Dropped in favor of the patch from David Gibson
da...@gibson.dropbear.id.au which does more.

Stefan



[Qemu-devel] [PATCH] gitignore: ignore qtest binaries

2012-04-13 Thread Stefan Hajnoczi
Signed-off-by: Stefan Hajnoczi stefa...@linux.vnet.ibm.com
---
 .gitignore |1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 9859c7d..db74219 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,3 +89,4 @@ cscope.*
 tags
 TAGS
 *~
+tests/*-test
-- 
1.7.9.5