From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK0yq-0000Ju-Ss for qemu-devel@nongnu.org; Thu, 12 Sep 2013 03:06:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK0yj-0000nF-Li for qemu-devel@nongnu.org; Thu, 12 Sep 2013 03:06:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK0yj-0000n5-Cn for qemu-devel@nongnu.org; Thu, 12 Sep 2013 03:06:13 -0400 From: Fam Zheng Date: Thu, 12 Sep 2013 15:04:58 +0800 Message-Id: <1378969499-15066-8-git-send-email-famz@redhat.com> In-Reply-To: <1378969499-15066-1-git-send-email-famz@redhat.com> References: <1378969499-15066-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v7 7/8] .gitignore: ignore module related files (dll, so, mo) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, famz@redhat.com, mjt@tls.msk.ru, alex@alex.org.uk, pbonzini@redhat.com, vilanova@ac.upc.edu, rth@twiddle.net Signed-off-by: Fam Zheng --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d2c5c2f..4d0ac09 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,9 @@ fsdev/virtfs-proxy-helper.pod *.cp *.dvi *.exe +*.dll +*.so +*.mo *.fn *.ky *.log -- 1.8.3.1