From patchwork Thu Jul 11 09:46:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Trippelsdorf X-Patchwork-Id: 2826247 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id BD9ED9F9EC for ; Thu, 11 Jul 2013 09:46:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A66A020137 for ; Thu, 11 Jul 2013 09:46:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B82F920117 for ; Thu, 11 Jul 2013 09:46:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755267Ab3GKJqp (ORCPT ); Thu, 11 Jul 2013 05:46:45 -0400 Received: from ud10.udmedia.de ([194.117.254.50]:52496 "EHLO mail.ud10.udmedia.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754471Ab3GKJqn (ORCPT ); Thu, 11 Jul 2013 05:46:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=mail.ud10.udmedia.de; h= date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=beta; bh=K2w5XKPTawWYNoaN0PEs1l9Y8k 6iNVCc+chJpAxR96M=; b=KkZcf8JkKM2GMlJw/SpuoLEJ25hzJH1xa+g8Ih1sN6 xrC7Fag1iRgJFpNZSfo+D2dWgfm2XgyM+ouaRF8PAze22Vjqv+adyze9GYE04jaR EcHFb5t2N7YiGgaaNqlRFBQ8SwFzkSe6Rt1qgKihO+6HRSRv0fBMm5A2dgiOuvbW E= Received: (qmail 10342 invoked from network); 11 Jul 2013 11:46:40 +0200 Received: from unknown (HELO x4) (ud10?360p3@91.64.96.185) by mail.ud10.udmedia.de with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 11 Jul 2013 11:46:40 +0200 Date: Thu, 11 Jul 2013 11:46:40 +0200 From: Markus Trippelsdorf To: Kyungsik Lee Cc: Borislav Petkov , Geert Uytterhoeven , Andrew Morton , Michal Marek , "linux-kernel@vger.kernel.org" , linux-kbuild , the arch/x86 maintainers , CE Linux Developers List , "linux-arm-kernel@lists.infradead.org" , hyojun.im@lge.com, chan.jeong@lge.com, raphael.andy.lee@gmail.com, "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , Russell King , Florian Fainelli , Yann Collet , Chanho Min , Linux-Next , "uclinux-dist-devel@blackfin.uclinux.org" Subject: [PATCH] .gitignore: ignore *.lz4 files Message-ID: <20130711094640.GA358@x4> References: <1367829775-4434-1-git-send-email-kyungsik.lee@lge.com> <1367829775-4434-2-git-send-email-kyungsik.lee@lge.com> <20130506095124.GA22041@pd.tnic> <20130710093642.GC14873@pd.tnic> <20130710182815.GA362@x4> <20130711043433.GA29245@hulk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130711043433.GA29245@hulk> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Now that lz4 kernel compression is available, add *.lz4 to .gitignore. Signed-off-by: Markus Trippelsdorf Acked-by: Kyungsik Lee diff --git a/.gitignore b/.gitignore index 3b8b9b3..7e9932e 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ modules.builtin *.bz2 *.lzma *.xz +*.lz4 *.lzo *.patch *.gcno