.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>
这个提交包含在:
3
scripts/kconfig/.gitignore
vendored
3
scripts/kconfig/.gitignore
vendored
@@ -1,9 +1,6 @@
|
||||
#
|
||||
# Generated files
|
||||
#
|
||||
*.lex.c
|
||||
*.tab.c
|
||||
*.tab.h
|
||||
*.moc
|
||||
gconf.glade.h
|
||||
*.pot
|
||||
|
在新工单中引用
屏蔽一个用户