From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933230AbbFIJyG (ORCPT ); Tue, 9 Jun 2015 05:54:06 -0400 Received: from terminus.zytor.com ([198.137.202.10]:49626 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753844AbbFIJwd (ORCPT ); Tue, 9 Jun 2015 05:52:33 -0400 Date: Tue, 9 Jun 2015 02:52:16 -0700 From: tip-bot for He Kuang Message-ID: Cc: hpa@zytor.com, acme@redhat.com, wangnan0@huawei.com, a.p.zijlstra@chello.nl, jolsa@kernel.org, linux-kernel@vger.kernel.org, hekuang@huawei.com, tglx@linutronix.de, mingo@kernel.org Reply-To: tglx@linutronix.de, mingo@kernel.org, hekuang@huawei.com, linux-kernel@vger.kernel.org, jolsa@kernel.org, a.p.zijlstra@chello.nl, acme@redhat.com, wangnan0@huawei.com, hpa@zytor.com In-Reply-To: <1432819735-35040-2-git-send-email-hekuang@huawei.com> References: <1432819735-35040-2-git-send-email-hekuang@huawei.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] tools lib traceevent: Ignore libtrace-dynamic-list file Git-Commit-ID: 38e096249b4fca1a26ca8908ea2018a5faf366e2 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: 38e096249b4fca1a26ca8908ea2018a5faf366e2 Gitweb: http://git.kernel.org/tip/38e096249b4fca1a26ca8908ea2018a5faf366e2 Author: He Kuang AuthorDate: Thu, 28 May 2015 13:28:55 +0000 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 8 Jun 2015 10:30:32 -0300 tools lib traceevent: Ignore libtrace-dynamic-list file The libtrace-dynamic-list file is used to export symbols used by traceevent plugins. Signed-off-by: He Kuang Cc: Jiri Olsa Cc: Peter Zijlstra Cc: Wang Nan Link: http://lkml.kernel.org/r/1432819735-35040-2-git-send-email-hekuang@huawei.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/lib/traceevent/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lib/traceevent/.gitignore b/tools/lib/traceevent/.gitignore index 35f56be..3c60335 100644 --- a/tools/lib/traceevent/.gitignore +++ b/tools/lib/traceevent/.gitignore @@ -1 +1,2 @@ TRACEEVENT-CFLAGS +libtraceevent-dynamic-list