From f214530f56b99be507e40cc261c9616ec84b72d3 Mon Sep 17 00:00:00 2001 From: "Gabriel L. Somlo" Date: Mon, 10 Mar 2014 14:08:59 -0400 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ef7019f35d..de90463d8a 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] -- cgit v1.2.1