commit | 598893002745690e57692ca5bf6fb9ff04604a1b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Mar 23 22:04:30 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Apr 07 19:04:02 2018 +0900 |
tree | 2ce7292fa14b97120e856b41a90de640068713f0 | |
parent | 63185b46cdb36905d585c73cc4730fec44cdf55d [diff] |
.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>