From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965225AbbJVJWz (ORCPT ); Thu, 22 Oct 2015 05:22:55 -0400 Received: from terminus.zytor.com ([198.137.202.10]:34922 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964988AbbJVJWv (ORCPT ); Thu, 22 Oct 2015 05:22:51 -0400 Date: Thu, 22 Oct 2015 02:21:55 -0700 From: tip-bot for Yunlong Song Message-ID: Cc: jolsa@kernel.org, tglx@linutronix.de, hpa@zytor.com, linux-kernel@vger.kernel.org, wangnan0@huawei.com, ast@kernel.org, paulus@samba.org, a.p.zijlstra@chello.nl, namhyung@kernel.org, acme@redhat.com, kan.liang@intel.com, mingo@kernel.org, adrian.hunter@intel.com, yunlong.song@huawei.com, dsahern@gmail.com, masami.hiramatsu.pt@hitachi.com Reply-To: adrian.hunter@intel.com, yunlong.song@huawei.com, dsahern@gmail.com, masami.hiramatsu.pt@hitachi.com, namhyung@kernel.org, kan.liang@intel.com, acme@redhat.com, mingo@kernel.org, linux-kernel@vger.kernel.org, wangnan0@huawei.com, ast@kernel.org, a.p.zijlstra@chello.nl, paulus@samba.org, hpa@zytor.com, tglx@linutronix.de, jolsa@kernel.org In-Reply-To: <1444899116-8220-1-git-send-email-yunlong.song@huawei.com> References: <1444899116-8220-1-git-send-email-yunlong.song@huawei.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf build: Add fixdep to .gitignore Git-Commit-ID: e1d040cfcf76c1c1b5d71fc08ab577a0cf72fefd X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: e1d040cfcf76c1c1b5d71fc08ab577a0cf72fefd Gitweb: http://git.kernel.org/tip/e1d040cfcf76c1c1b5d71fc08ab577a0cf72fefd Author: Yunlong Song AuthorDate: Thu, 15 Oct 2015 16:51:56 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 20 Oct 2015 10:43:28 -0300 perf build: Add fixdep to .gitignore Commit 7c422f5572667fef0db38d2046ecce69dcf0afc8 ("tools build: Build fixdep helper from perf and basic libs") dynamically creates fixdep during the perf building. Add it to .gitignore. Signed-off-by: Yunlong Song Cc: Adrian Hunter Cc: Alexei Starovoitov Cc: David Ahern Cc: Jiri Olsa Cc: Kan Liang Cc: Masami Hiramatsu Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Wang Nan Fixes: 7c422f557266 ("tools build: Build fixdep helper from perf and basic libs") Link: http://lkml.kernel.org/r/1444899116-8220-1-git-send-email-yunlong.song@huawei.com Signed-off-by: Arnaldo Carvalho de Melo --- {scripts/basic => tools/build}/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/basic/.gitignore b/tools/build/.gitignore similarity index 53% copy from scripts/basic/.gitignore copy to tools/build/.gitignore index 9528ec9..a776371 100644 --- a/scripts/basic/.gitignore +++ b/tools/build/.gitignore @@ -1,2 +1 @@ fixdep -bin2c