Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753462AbdCOSh1 (ORCPT ); Wed, 15 Mar 2017 14:37:27 -0400 Received: from terminus.zytor.com ([65.50.211.136]:39098 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751699AbdCOShZ (ORCPT ); Wed, 15 Mar 2017 14:37:25 -0400 Date: Wed, 15 Mar 2017 11:36:50 -0700 From: tip-bot for Changbin Du Message-ID: Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@kernel.org, acme@redhat.com, peterz@infradead.org, hpa@zytor.com, changbin.du@intel.com Reply-To: peterz@infradead.org, changbin.du@intel.com, hpa@zytor.com, mingo@kernel.org, acme@redhat.com, linux-kernel@vger.kernel.org, tglx@linutronix.de In-Reply-To: <20170313083026.23487-1-changbin.du@intel.com> References: <20170313083026.23487-1-changbin.du@intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Ignore generated files pmu-events/{jevents,pmu-events.c} for git Git-Commit-ID: 12a601c64339d2d28af534d2324f87cf00ba8cd8 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: 1581 Lines: 54 Commit-ID: 12a601c64339d2d28af534d2324f87cf00ba8cd8 Gitweb: http://git.kernel.org/tip/12a601c64339d2d28af534d2324f87cf00ba8cd8 Author: Changbin Du AuthorDate: Mon, 13 Mar 2017 16:30:26 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Mar 2017 10:59:36 -0300 perf tools: Ignore generated files pmu-events/{jevents,pmu-events.c} for git Ignore two files: pmu-events/{jevents,pmu-events.c} which are generated during the build. Committer notes: Testing it: $ make -C tools/perf/ $ git status On branch perf/core Untracked files: (use "git add ..." to include in what will be committed) tools/perf/pmu-events/jevents tools/perf/pmu-events/pmu-events.c nothing added to commit but untracked files present (use "git add" to track) $ After the patch: $ git status On branch perf/core nothing to commit, working tree clean $ Signed-off-by: Changbin Du Tested-by: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20170313083026.23487-1-changbin.du@intel.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 3db3db9..643cc4ba 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -31,3 +31,5 @@ config.mak.autogen .config-detected util/intel-pt-decoder/inat-tables.c arch/*/include/generated/ +pmu-events/pmu-events.c +pmu-events/jevents