[PATCH] perf tools: Ignore auto-generated bison/flex files

From: Namhyung Kim
Date: Mon Apr 09 2012 - 01:11:51 EST


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 <namhyung.kim@xxxxxxx>
---
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.*
--
1.7.7.6

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