Skip to content

Commit 2381da7

Browse files
Namhyung Kimacmel
authored andcommitted
perf tools: Ignore auto-generated bison/flex files
The commit 65f3e56 ("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 <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent d3d1f61 commit 2381da7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/perf/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ TAGS
1919
cscope*
2020
config.mak
2121
config.mak.autogen
22+
*-bison.*
23+
*-flex.*

0 commit comments

Comments
 (0)