From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZPCuT-0000lg-6s for mharc-grub-devel@gnu.org; Tue, 11 Aug 2015 13:00:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPCuR-0000lZ-3l for grub-devel@gnu.org; Tue, 11 Aug 2015 13:00:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPCuN-0003Mp-US for grub-devel@gnu.org; Tue, 11 Aug 2015 13:00:19 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:17734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPCuN-0003M5-Ks for grub-devel@gnu.org; Tue, 11 Aug 2015 13:00:15 -0400 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t7BH05Oj012145 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 11 Aug 2015 17:00:06 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id t7BH05X2024383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 11 Aug 2015 17:00:05 GMT Received: from abhmp0011.oracle.com (abhmp0011.oracle.com [141.146.116.17]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t7BH05db024681; Tue, 11 Aug 2015 17:00:05 GMT Received: from l.oracle.com (/10.137.176.158) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 11 Aug 2015 10:00:04 -0700 Received: by l.oracle.com (Postfix, from userid 1000) id 0D7A76A3C92; Tue, 11 Aug 2015 13:00:03 -0400 (EDT) Date: Tue, 11 Aug 2015 13:00:02 -0400 From: Konrad Rzeszutek Wilk To: Daniel Kiper Subject: Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files Message-ID: <20150811170002.GA1292@l.oracle.com> References: <1437402954-7375-1-git-send-email-daniel.kiper@oracle.com> <1437402954-7375-2-git-send-email-daniel.kiper@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437402954-7375-2-git-send-email-daniel.kiper@oracle.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 Cc: jgross@suse.com, grub-devel@gnu.org, wei.liu2@citrix.com, keir@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, roy.franz@linaro.org, ning.sun@intel.com, david.vrabel@citrix.com, jbeulich@suse.com, phcoder@gmail.com, xen-devel@lists.xenproject.org, qiaowei.ren@intel.com, richard.l.maliszewski@intel.com, gang.wei@intel.com, fu.wei@linaro.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 17:00:20 -0000 On Mon, Jul 20, 2015 at 04:35:49PM +0200, Daniel Kiper wrote: > Signed-off-by: Daniel Kiper Reviewed-by: Konrad Rzeszutek Wilk but really - this is quite easy to review :-) > --- > .gitignore | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 18ab8e8..6d25d39 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -147,6 +147,7 @@ mod-*.c > missing > netboot_test > *.o > +*.orig > *.a > ohci_test > partmap_test > @@ -160,9 +161,11 @@ po/stamp-po > printf_test > priority_queue_unit_test > pseries_test > +*.rej > stamp-h > stamp-h1 > stamp-h.in > +*.swp > symlist.c > symlist.h > trigtables.c > -- > 1.7.10.4 >