Commit-ID: 9a2936878a198553a17d21d1e843aa574ad9fa38 Gitweb: http://git.kernel.org/tip/9a2936878a198553a17d21d1e843aa574ad9fa38 Author: Namhyung Kim <[email protected]> AuthorDate: Fri, 7 Sep 2012 10:55:53 +0900 Committer: Arnaldo Carvalho de Melo <[email protected]> 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 <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> --- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

