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:
d3d1f61
)
perf tools: Ignore auto-generated bison/flex files
author
Namhyung Kim
<
[email protected]
>
Mon, 9 Apr 2012 05:11:14 +0000
(14:11 +0900)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Wed, 11 Apr 2012 14:41:27 +0000
(11:41 -0300)
The commit
65f3e56e0c81
("perf tools: Remove auto-generated bison/flex
files") removed those files from git, so they'll be listed on untracked
files after building perf. Fix it.
Signed-off-by: Namhyung Kim <
[email protected]
>
Cc: Ingo Molnar <
[email protected]
>
Cc: Namhyung Kim <
[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 416684be0ad308a6df2a69d22f41409de05f7466..26b823b61aa175f2f0d8a475e6574a8615ae0e32 100644
(file)
--- a/
tools/perf/.gitignore
+++ b/
tools/perf/.gitignore
@@
-19,3
+19,5
@@
TAGS
cscope*
config.mak
config.mak.autogen
+*-bison.*
+*-flex.*