[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-9a2936878a198553a17d21d1e843aa574ad9fa38@git.kernel.org>
Date: Sat, 8 Sep 2012 04:38:02 -0700
From: tip-bot for Namhyung Kim <namhyung.kim@....com>
To: linux-tip-commits@...r.kernel.org
Cc: acme@...hat.com, linux-kernel@...r.kernel.org, paulus@...ba.org,
hpa@...or.com, mingo@...nel.org, a.p.zijlstra@...llo.nl,
namhyung.kim@....com, namhyung@...nel.org, tglx@...utronix.de
Subject: [tip:perf/core] perf tools: Ignore compiled python binaries
Commit-ID: 9a2936878a198553a17d21d1e843aa574ad9fa38
Gitweb: http://git.kernel.org/tip/9a2936878a198553a17d21d1e843aa574ad9fa38
Author: Namhyung Kim <namhyung.kim@....com>
AuthorDate: Fri, 7 Sep 2012 10:55:53 +0900
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Fri, 7 Sep 2012 12:10:58 -0300
perf tools: Ignore compiled python binaries
It prevents mindless git add from adding those files.
Signed-off-by: Namhyung Kim <namhyung@...nel.org>
Cc: Ingo Molnar <mingo@...nel.org>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Link: http://lkml.kernel.org/r/1346982953-30824-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 26b823b..8f8fbc2 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -21,3 +21,5 @@ config.mak
config.mak.autogen
*-bison.*
*-flex.*
+*.pyc
+*.pyo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists