.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 23 Mar 2018 13:04:30 +0000 (22:04 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 7 Apr 2018 10:04:02 +0000 (19:04 +0900)
commit598893002745690e57692ca5bf6fb9ff04604a1b
tree2ce7292fa14b97120e856b41a90de640068713f0
parent63185b46cdb36905d585c73cc4730fec44cdf55d
.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore

These patterns are common to host programs that require lexer and parser.
Move them to the top .gitignore.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Frank Rowand <frowand.list@gmail.com>
.gitignore
scripts/dtc/.gitignore
scripts/genksyms/.gitignore
scripts/kconfig/.gitignore