diff options
author | Namhyung Kim <[email protected]> | 2012-04-09 14:11:14 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-04-14 13:50:39 -0300 |
commit | 77394ad6e465ee3cc3d3cf448c8500c57ced60bf (patch) | |
tree | db76a74a2c83eb5a3a9aac14b71180bf6e48cc39 | |
parent | 2a5204fed0f313f9b55a7b4d5f48ca484446d095 (diff) |
perf tools: Ignore auto-generated bison/flex files
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]>
-rw-r--r-- | tools/perf/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 416684be0ad3..26b823b61aa1 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -19,3 +19,5 @@ TAGS cscope* config.mak config.mak.autogen +*-bison.* +*-flex.* |