From patchwork Mon Nov 13 10:58:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10055597 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5A01B60586 for ; Mon, 13 Nov 2017 10:58:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 87095291BD for ; Mon, 13 Nov 2017 10:58:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7B821291DC; Mon, 13 Nov 2017 10:58:32 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 113FB291BD for ; Mon, 13 Nov 2017 10:58:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752399AbdKMK6b (ORCPT ); Mon, 13 Nov 2017 05:58:31 -0500 Received: from conuserg-11.nifty.com ([210.131.2.78]:27941 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752340AbdKMK6a (ORCPT ); Mon, 13 Nov 2017 05:58:30 -0500 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id vADAwDBO032321; Mon, 13 Nov 2017 19:58:13 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com vADAwDBO032321 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1510570693; bh=h1KB+/Xb5BQ1v0RXtH8gJ8L4g+MgXr2elNmE4ivknXc=; h=From:To:Cc:Subject:Date:From; b=jXRmnE2iDZFCeWxthar1+xH5jkgClRTfsIO+IKlGkxXfqj1LwVMqFkuD6GAyR1K6C 00EH/f7fR/LT3/vsaS+RRg5uUga6LdR52hPFWDbzV3ZMfs1Dfw2ExWJvCvF6AdghfI JlqqKW1f2A8PKUocR2XHFhPa1GXDcO6cwztnzELwOIRn09KmQEaCckxuJVQ+AeMrpC 0PiGQrA+B5LHgrpsgN/gxNW6HxGbMBpxNwYYJeUozdl2cI9Ibo5wkB5Xuu69dkKce/ 35A22vTyxxOz2PL/+7zjQ4w8mcgfgOOiK8z2yjm3SBZ5o7wlZENQocYJU7QgrbA1GB F92iZ1x+K0/xQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-sh@vger.kernel.org Cc: linux-kbuild@vger.kernel.org, Masahiro Yamada , Yoshinori Sato , Rich Felker , linux-kernel@vger.kernel.org Subject: [PATCH] sh: decompressor: ignore shipped files Date: Mon, 13 Nov 2017 19:58:09 +0900 Message-Id: <1510570689-30737-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP These files are copied from arch/sh/lib, so should be ignored by git. Signed-off-by: Masahiro Yamada --- arch/sh/boot/compressed/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/sh/boot/compressed/.gitignore b/arch/sh/boot/compressed/.gitignore index 2374a83..edff113 100644 --- a/arch/sh/boot/compressed/.gitignore +++ b/arch/sh/boot/compressed/.gitignore @@ -1 +1,6 @@ +ashiftrt.S +ashldi3.c +ashlsi3.S +ashrsi3.S +lshrsi3.S vmlinux.bin.*