public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf tools: Ignore auto-generated bison/flex files
@ 2012-04-09  5:11 Namhyung Kim
  2012-04-13 18:12 ` [tip:perf/core] " tip-bot for Namhyung Kim
  2012-04-15  8:37 ` [tip:perf/urgent] perf tools: Ignore auto-generated bison/ flex files tip-bot for Namhyung Kim
  0 siblings, 2 replies; 3+ messages in thread
From: Namhyung Kim @ 2012-04-09  5:11 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Peter Zijlstra, Paul Mackerras, Ingo Molnar, Namhyung Kim, LKML

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@lge.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-15  8:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09  5:11 [PATCH] perf tools: Ignore auto-generated bison/flex files Namhyung Kim
2012-04-13 18:12 ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-04-15  8:37 ` [tip:perf/urgent] perf tools: Ignore auto-generated bison/ flex files tip-bot for Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox