From: Namhyung Kim Date: Fri, 7 Sep 2012 01:55:53 +0000 (+0900) Subject: perf tools: Ignore compiled python binaries X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9a2936878a198553a17d21d1e843aa574ad9fa38;p=linux-beck.git perf tools: Ignore compiled python binaries It prevents mindless git add from adding those files. Signed-off-by: Namhyung Kim Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1346982953-30824-1-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 26b823b61aa1..8f8fbc227a46 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -21,3 +21,5 @@ config.mak config.mak.autogen *-bison.* *-flex.* +*.pyc +*.pyo