]> xenbits.xensource.com Git - qemu-upstream-4.5-testing.git/commitdiff
Add qga/qapi-generated to .gitignore
authorGabriel L. Somlo <gsomlo@gmail.com>
Mon, 10 Mar 2014 18:08:59 +0000 (14:08 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 15 Mar 2014 09:54:18 +0000 (13:54 +0400)
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 <somlo@cmu.edu>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
.gitignore

index ef7019f35da8ff5ee5d5f5783a3fd3ce8279cc4d..de90463d8a270644898aa06fc5da200b65522fd3 100644 (file)
@@ -21,6 +21,7 @@
 libdis*
 libuser
 /linux-headers/asm
+/qga/qapi-generated
 /qapi-generated
 /qapi-types.[ch]
 /qapi-visit.[ch]