From patchwork Thu Apr 4 11:57:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Dooks X-Patchwork-Id: 10885493 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 816811669 for ; Thu, 4 Apr 2019 11:57:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6C87128A44 for ; Thu, 4 Apr 2019 11:57:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5F0CC28A61; Thu, 4 Apr 2019 11:57:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0156A28A44 for ; Thu, 4 Apr 2019 11:57:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729013AbfDDL5i (ORCPT ); Thu, 4 Apr 2019 07:57:38 -0400 Received: from imap1.codethink.co.uk ([176.9.8.82]:48168 "EHLO imap1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729136AbfDDL5i (ORCPT ); Thu, 4 Apr 2019 07:57:38 -0400 Received: from [167.98.27.226] (helo=rainbowdash.codethink.co.uk) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1hC0zw-0008Cn-Pt; Thu, 04 Apr 2019 12:57:36 +0100 Received: from ben by rainbowdash.codethink.co.uk with local (Exim 4.92) (envelope-from ) id 1hC0zw-0000eV-Cb; Thu, 04 Apr 2019 12:57:36 +0100 From: Ben Dooks To: linux-sparse@vger.kernel.org Cc: Ben Dooks Subject: [PATCH 1/5] validation: ignore temporary ~ files Date: Thu, 4 Apr 2019 12:57:30 +0100 Message-Id: <20190404115734.2403-2-ben.dooks@codethink.co.uk> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190404115734.2403-1-ben.dooks@codethink.co.uk> References: <20190404115734.2403-1-ben.dooks@codethink.co.uk> MIME-Version: 1.0 Sender: linux-sparse-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sparse@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Ignore any ~ files left in the directory. Signed-off-by: Ben Dooks --- validation/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/validation/.gitignore b/validation/.gitignore index 77276ba..e82b70e 100644 --- a/validation/.gitignore +++ b/validation/.gitignore @@ -2,3 +2,4 @@ *.diff *.got *.expected +*~