Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754107AbbFRIQi (ORCPT ); Thu, 18 Jun 2015 04:16:38 -0400 Received: from terminus.zytor.com ([198.137.202.10]:57211 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932103AbbFRIQL (ORCPT ); Thu, 18 Jun 2015 04:16:11 -0400 Date: Thu, 18 Jun 2015 01:15:46 -0700 From: tip-bot for Wang Nan Message-ID: Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, lizefan@huawei.com, hpa@zytor.com, tglx@linutronix.de, jolsa@kernel.org, wangnan0@huawei.com, acme@redhat.com Reply-To: tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@kernel.org, lizefan@huawei.com, hpa@zytor.com, wangnan0@huawei.com, acme@redhat.com, jolsa@kernel.org In-Reply-To: <1434542358-5430-1-git-send-email-wangnan0@huawei.com> References: <1434542358-5430-1-git-send-email-wangnan0@huawei.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Ignore .config-detected in .gitignore Git-Commit-ID: 386299735e7056455bcead28f6ffa4357116ce38 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 Content-Length: 1314 Lines: 36 Commit-ID: 386299735e7056455bcead28f6ffa4357116ce38 Gitweb: http://git.kernel.org/tip/386299735e7056455bcead28f6ffa4357116ce38 Author: Wang Nan AuthorDate: Wed, 17 Jun 2015 11:59:18 +0000 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 17 Jun 2015 12:44:55 -0300 perf tools: Ignore .config-detected in .gitignore Commit fcfd6611fbccdbf2593bd949097a5c0e45cd96da ("tools build: Add detected config support") dynamically creates .config-detected. Add it to .gitignore. Signed-off-by: Wang Nan Cc: Jiri Olsa Cc: Zefan Li Link: http://lkml.kernel.org/r/1434542358-5430-1-git-send-email-wangnan0@huawei.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 812f904..09db62b 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -28,3 +28,4 @@ config.mak.autogen *-flex.* *.pyc *.pyo +.config-detected -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/