From patchwork Wed Nov 2 01:39:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: add auto-generated files into .gitignore Date: Tue, 01 Nov 2011 15:39:17 -0000 From: Jun Koi X-Patchwork-Id: 123196 Message-Id: To: qemu-devel@nongnu.org This patch adds some auto-generated files into .gitignore Signed-off-by: Jun Koi diff --git a/.gitignore b/.gitignore index 6d2acab..62679d8 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,9 @@ cscope.* tags TAGS *~ +qapi-types.c +qapi-types.h +qapi-visit.c +qapi-visit.h +qmp-commands.h +qmp-marshal.c