mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
perf tools: Ignore auto-generated bison/flex files
The commit 65f3e56e0c
("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>
This commit is contained in:
parent
d3d1f61acf
commit
2381da7a11
1 changed files with 2 additions and 0 deletions
2
tools/perf/.gitignore
vendored
2
tools/perf/.gitignore
vendored
|
@ -19,3 +19,5 @@ TAGS
|
|||
cscope*
|
||||
config.mak
|
||||
config.mak.autogen
|
||||
*-bison.*
|
||||
*-flex.*
|
||||
|
|
Loading…
Reference in a new issue