From patchwork Thu Oct 11 17:04:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Bai X-Patchwork-Id: 1582791 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id A6421DFABE for ; Thu, 11 Oct 2012 17:04:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758870Ab2JKRE1 (ORCPT ); Thu, 11 Oct 2012 13:04:27 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:51670 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757733Ab2JKRE0 (ORCPT ); Thu, 11 Oct 2012 13:04:26 -0400 Received: by mail-pa0-f46.google.com with SMTP id hz1so1949817pad.19 for ; Thu, 11 Oct 2012 10:04:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=vSIC5Y8NZ1uyImgGapHHRdWIvlbImNocLWdIQrq9few=; b=PMne+DvEuEw+XfZ0qTVvDwYq4vnMNldQqBx7i/1PL3faBI7rir5rzX1wX7ASwk2aLH MPaURuOPFdMaOYbSor+XGk6H/jQdaB5s0qmRBam0NMEErBctBatoHKA435W578KCofUB DqcIFdPBctNK3KIpCHSf4dxUyWzXPQPQU3XD44r6KwwObeIzJLBoDqzZ4WYmh0pX5DGn ewqaPzRI/H7EIJfA4ltd20oMumYizGJtYV3Whzc8EsVlGz0Tw7wz9yCzEgJr/mzK320T iJuXnQLNn4eWOiWU2coo6jO0ZD4WJQiVvjVc691omP4Xf3sIDQBaQ3CV76ZF9BPDntS8 TOUg== Received: by 10.68.202.6 with SMTP id ke6mr5310831pbc.82.1349975065769; Thu, 11 Oct 2012 10:04:25 -0700 (PDT) Received: from trinity.baidu.com ([118.186.58.84]) by mx.google.com with ESMTPS id vf8sm3004908pbc.27.2012.10.11.10.04.21 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 11 Oct 2012 10:04:24 -0700 (PDT) From: Yang Bai To: mmarek@suse.cz Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Yang Bai Subject: [PATCH][RESEND] ignore generated binary file scripts/basic/hash Date: Fri, 12 Oct 2012 01:04:09 +0800 Message-Id: <1349975049-6317-1-git-send-email-hamo.by@gmail.com> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Signed-off-by: Yang Bai --- scripts/basic/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/basic/.gitignore b/scripts/basic/.gitignore index a776371..b372870 100644 --- a/scripts/basic/.gitignore +++ b/scripts/basic/.gitignore @@ -1 +1,2 @@ fixdep +hash