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: 2826249 Return-Path: X-Original-To: patchwork-linux-arm@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 0CD549F756 for ; Thu, 11 Jul 2013 09:47:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DC26620117 for ; Thu, 11 Jul 2013 09:47:20 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7E6F52013C for ; Thu, 11 Jul 2013 09:47:19 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UxDSx-0008SS-A7; Thu, 11 Jul 2013 09:47:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UxDSt-0003FI-Md; Thu, 11 Jul 2013 09:47:07 +0000 Received: from ud10.udmedia.de ([194.117.254.50] helo=mail.ud10.udmedia.de) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UxDSp-0003EU-B4 for linux-arm-kernel@lists.infradead.org; Thu, 11 Jul 2013 09:47:04 +0000 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 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130711_054703_612853_0D33AF21 X-CRM114-Status: UNSURE ( 6.44 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Michal Marek , hyojun.im@lge.com, raphael.andy.lee@gmail.com, Thomas Gleixner , linux-kbuild , Russell King , Chanho Min , the arch/x86 maintainers , "linux-kernel@vger.kernel.org" , "uclinux-dist-devel@blackfin.uclinux.org" , Florian Fainelli , Linux-Next , Geert Uytterhoeven , chan.jeong@lge.com, "H. Peter Anvin" , Yann Collet , Borislav Petkov , Andrew Morton , CE Linux Developers List , Ingo Molnar , "linux-arm-kernel@lists.infradead.org" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable 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