qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH v2] Add qga/qapi-generated to .gitignore


From: Gabriel L. Somlo
Subject: [Qemu-trivial] [PATCH v2] Add qga/qapi-generated to .gitignore
Date: Mon, 10 Mar 2014 14:08:59 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

The folder "qga/qapi-generated" shows up after building QEMU, and
gets in the way during e.g. "git add ."; Add it to .gitignore to
keep it from accidentally ending up in the wrong place.

Signed-off-by: Gabriel Somlo <address@hidden>
---

On Mon, Mar 10, 2014 at 11:57:18AM -0600, Eric Blake wrote:
> Why didn't you anchor it?
> /qga/qapi-generated

Because I'm a n00b to the "process" :)
Thanks for the clue,
  Gabriel

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index ef7019f..a0895c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@
 libdis*
 libuser
 /linux-headers/asm
+/qga/qapi-generated
 /qapi-generated
 /qapi-types.[ch]
 /qapi-visit.[ch]
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]