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 <so...@cmu.edu>
---

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