[PATCH] perf tools: Ignore compiled python binaries

From: Namhyung Kim
Date: Thu Sep 06 2012 - 22:03:10 EST


From: Namhyung Kim <namhyung.kim@xxxxxxx>

It prevents mindless git add from adding those files.

Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
---
tools/perf/.gitignore | 2 ++
1 file changed, 2 insertions(+)

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
--
1.7.11.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/