All of lore.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

* [tip:perf/core] perf tools: Ignore auto-generated bison/flex files
  2012-04-09  5:11 [PATCH] perf tools: Ignore auto-generated bison/flex files Namhyung Kim
@ 2012-04-13 18:12 ` 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
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Namhyung Kim @ 2012-04-13 18:12 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: acme, linux-kernel, paulus, mingo, hpa, mingo, a.p.zijlstra,
	namhyung.kim, namhyung, tglx

Commit-ID:  2381da7a11ef5fcfbad1f1ca2f6ddaa7a153694f
Gitweb:     http://git.kernel.org/tip/2381da7a11ef5fcfbad1f1ca2f6ddaa7a153694f
Author:     Namhyung Kim <namhyung.kim@lge.com>
AuthorDate: Mon, 9 Apr 2012 14:11:14 +0900
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Wed, 11 Apr 2012 11:41:27 -0300

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 <namhyung.kim@lge.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1333948274-20043-1-git-send-email-namhyung.kim@lge.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/.gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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.*

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

* [tip:perf/urgent] perf tools: Ignore auto-generated bison/ flex files
  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-bot for Namhyung Kim
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Namhyung Kim @ 2012-04-15  8:37 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: acme, linux-kernel, paulus, mingo, hpa, mingo, a.p.zijlstra,
	namhyung.kim, namhyung, tglx

Commit-ID:  77394ad6e465ee3cc3d3cf448c8500c57ced60bf
Gitweb:     http://git.kernel.org/tip/77394ad6e465ee3cc3d3cf448c8500c57ced60bf
Author:     Namhyung Kim <namhyung.kim@lge.com>
AuthorDate: Mon, 9 Apr 2012 14:11:14 +0900
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Sat, 14 Apr 2012 13:50:39 -0300

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 <namhyung.kim@lge.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1333948274-20043-1-git-send-email-namhyung.kim@lge.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/.gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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.*

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.