From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VURMO-00078u-JS for qemu-devel@nongnu.org; Thu, 10 Oct 2013 21:17:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VURMI-0000DU-KS for qemu-devel@nongnu.org; Thu, 10 Oct 2013 21:17:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VURMI-0000DO-CJ for qemu-devel@nongnu.org; Thu, 10 Oct 2013 21:17:38 -0400 From: Fam Zheng Date: Fri, 11 Oct 2013 09:16:49 +0800 Message-Id: <1381454210-30978-8-git-send-email-famz@redhat.com> In-Reply-To: <1381454210-30978-1-git-send-email-famz@redhat.com> References: <1381454210-30978-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v13 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: kwolf@redhat.com, peter.maydell@linaro.org, stefanha@redhat.com, mjt@tls.msk.ru, xiawenc@linux.vnet.ibm.com, 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 8e1b73f..ac679ea 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