aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung.kim@lge.com>2012-04-09 14:11:14 +0900
committerArnaldo Carvalho de Melo <acme@redhat.com>2012-04-11 11:41:27 -0300
commit2381da7a11ef5fcfbad1f1ca2f6ddaa7a153694f (patch)
tree5027d0444914e0eca29be6b3f169ad8e7347c862 /tools
parentperf annotate browser: string search: /?n (diff)
downloadlinux-dev-2381da7a11ef5fcfbad1f1ca2f6ddaa7a153694f.tar.xz
linux-dev-2381da7a11ef5fcfbad1f1ca2f6ddaa7a153694f.zip
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>
Diffstat (limited to '')
-rw-r--r--tools/perf/.gitignore2
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.*