From 369809e243891ebf3d85459eca9be4ba686c8847 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sun, 30 Dec 2018 22:59:23 +0900 Subject: .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore Linux commit 598893002745690e57692ca5bf6fb9ff04604a1b These patterns are common to host programs that require lexer and parser. Move them to the top .gitignore. Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dd1a052ea1..f6aff493fe 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ *.elf *.i *.ko +*.lex.c *.lst *.mcp *.mod.c @@ -30,6 +31,7 @@ *.so *.so.dbg *.symtypes +*.tab.[ch] *.bin.gen.S Module.symvers -- cgit v1.2.3