From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751400AbbJTCm6 (ORCPT ); Mon, 19 Oct 2015 22:42:58 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:36802 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750885AbbJTCm5 (ORCPT ); Mon, 19 Oct 2015 22:42:57 -0400 Message-ID: <5625AA19.2000803@huawei.com> Date: Tue, 20 Oct 2015 10:42:33 +0800 From: Yunlong Song User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: , , , CC: , , , , , , , , Subject: Re: [PATCH] perf build: Add fixdep to .gitignore References: <1444899116-8220-1-git-send-email-yunlong.song@huawei.com> In-Reply-To: <1444899116-8220-1-git-send-email-yunlong.song@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.111.74.205] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.5625AA28.0107,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 660a936e73b09bfeeb0abbba7fb02937 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/10/15 16:51, Yunlong Song wrote: > 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 > --- > tools/build/.gitignore | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 tools/build/.gitignore > > diff --git a/tools/build/.gitignore b/tools/build/.gitignore > new file mode 100644 > index 0000000..a776371 > --- /dev/null > +++ b/tools/build/.gitignore > @@ -0,0 +1 @@ > +fixdep > ping... That fixdep really bothers one a lot every time perf is built: Untracked files: (use "git add ..." to include in what will be committed) ../build/fixdep -- Thanks, Yunlong Song