projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.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
<namhyung.kim@lge.com>
Fri, 7 Sep 2012 01:55:53 +0000
(10:55 +0900)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
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 <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link:
http://lkml.kernel.org/r/1346982953-30824-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/.gitignore
patch
|
blob
|
blame
|
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