From: Namhyung Kim Date: Mon, 9 Apr 2012 05:11:14 +0000 (+0900) Subject: perf tools: Ignore auto-generated bison/flex files X-Git-Tag: accepted/tizen/common/20141203.182822~4756^2~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77394ad6e465ee3cc3d3cf448c8500c57ced60bf;p=platform%2Fkernel%2Flinux-arm64.git 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 Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1333948274-20043-1-git-send-email-namhyung.kim@lge.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 416684b..26b823b 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -19,3 +19,5 @@ TAGS cscope* config.mak config.mak.autogen +*-bison.* +*-flex.*