commit | 598893002745690e57692ca5bf6fb9ff04604a1b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <[email protected]> | Fri Mar 23 22:04:30 2018 +0900 |
committer | Masahiro Yamada <[email protected]> | 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 <[email protected]> Acked-by: Frank Rowand <[email protected]>