From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54CD6C31E40 for ; Fri, 9 Aug 2019 16:30:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3516620C01 for ; Fri, 9 Aug 2019 16:30:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2437162AbfHIQaO (ORCPT ); Fri, 9 Aug 2019 12:30:14 -0400 Received: from charlotte.tuxdriver.com ([70.61.120.58]:39774 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2437155AbfHIQaN (ORCPT ); Fri, 9 Aug 2019 12:30:13 -0400 Received: from uucp by smtp.tuxdriver.com with local-rmail (Exim 4.63) (envelope-from ) id 1hw7mN-00030i-JT; Fri, 09 Aug 2019 12:30:11 -0400 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.15.2/8.14.6) with ESMTP id x79GLKDY008039; Fri, 9 Aug 2019 12:21:20 -0400 Received: (from linville@localhost) by localhost.localdomain (8.15.2/8.15.2/Submit) id x79GLJuV008036; Fri, 9 Aug 2019 12:21:19 -0400 Date: Fri, 9 Aug 2019 12:21:19 -0400 From: "John W. Linville" To: Michal Kubecek Cc: netdev@vger.kernel.org Subject: Re: [PATCH ethtool] gitignore: ignore vim swapfiles and patches Message-ID: <20190809162119.GA8016@tuxdriver.com> References: <20190729131003.1E301E0E3B@unicorn.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190729131003.1E301E0E3B@unicorn.suse.cz> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Jul 29, 2019 at 03:10:03PM +0200, Michal Kubecek wrote: > The .*.swp files are created by vim to hold the undo/redo log. Add them to > .gitignore to prevent "git status" or "git gui" from showing them whenever > some file is open in editor. > > Add also *.patch to hide patches created by e.g. "git format-patch". > > Signed-off-by: Michal Kubecek Queued for next release...thanks! -- John W. Linville Someday the world will need a hero, and you linville@tuxdriver.com might be all we have. Be ready.