From: Gabriel L. Somlo Date: Mon, 10 Mar 2014 18:08:59 +0000 (-0400) Subject: Add qga/qapi-generated to .gitignore X-Git-Tag: qemu-xen-4.5.0-rc1~104^2~6 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f214530f56b99be507e40cc261c9616ec84b72d3;p=qemu-upstream-4.5-testing.git Add qga/qapi-generated to .gitignore 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 Signed-off-by: Michael Tokarev --- diff --git a/.gitignore b/.gitignore index ef7019f35..de90463d8 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]