projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
479d875
)
perf tools: Ignore compiled python binaries
author
Namhyung Kim
<
[email protected]
>
Fri, 7 Sep 2012 01:55:53 +0000
(10:55 +0900)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Fri, 7 Sep 2012 15:10:58 +0000
(12:10 -0300)
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
patch
|
blob
|
history
diff --git
a/tools/perf/.gitignore
b/tools/perf/.gitignore
index 26b823b61aa175f2f0d8a475e6574a8615ae0e32..8f8fbc227a468477147629548ea983ee238e6ea6 100644
(file)
--- a/
tools/perf/.gitignore
+++ b/
tools/perf/.gitignore
@@
-21,3
+21,5
@@
config.mak
config.mak.autogen
*-bison.*
*-flex.*
+*.pyc
+*.pyo