From patchwork Wed Jun 5 21:16:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 249223 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2A5412C02B6 for ; Thu, 6 Jun 2013 07:17:27 +1000 (EST) Received: from localhost ([::1]:46989 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkL58-000515-75 for incoming@patchwork.ozlabs.org; Wed, 05 Jun 2013 17:17:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkL4m-00050i-Ml for qemu-devel@nongnu.org; Wed, 05 Jun 2013 17:17:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkL4l-00073M-0o for qemu-devel@nongnu.org; Wed, 05 Jun 2013 17:17:00 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:37388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkL4k-00072g-Q7; Wed, 05 Jun 2013 17:16:58 -0400 Received: from gandalf.tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 0997740AD7; Thu, 6 Jun 2013 01:16:56 +0400 (MSK) Received: by gandalf.tls.msk.ru (Postfix, from userid 1000) id B9A944F3; Thu, 6 Jun 2013 01:16:54 +0400 (MSK) From: Michael Tokarev To: qemu-devel@nongnu.org Date: Thu, 6 Jun 2013 01:16:53 +0400 Message-Id: <1370467013-9270-1-git-send-email-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 1.7.10.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, Michael Tokarev , liguang Subject: [Qemu-devel] [PATCH trivial] gitignore: unignore *.patch X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This partially reverts: commit 082369e62c5bbaba89f173c2b803bc24115bb111 Author: liguang Date: Fri Mar 22 16:44:13 2013 +0800 gitignore: ignore more files I'm not sure how this went in. The thing is that ignoring *.patch, in my opinion, is just wrong. Especially for downstreams who apply patches for real. Signed-off-by: Michael Tokarev --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 64e9466..0fe114d 100644 --- a/.gitignore +++ b/.gitignore @@ -82,7 +82,6 @@ fsdev/virtfs-proxy-helper.pod *.swp *.orig .pc -*.patch *.gcda *.gcno patches