提交 59889300 编写于 作者: M Masahiro Yamada

.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: NMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: NFrank Rowand <frowand.list@gmail.com>
上级 63185b46
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
*.gz *.gz
*.i *.i
*.ko *.ko
*.lex.c
*.ll *.ll
*.lst *.lst
*.lz4 *.lz4
...@@ -37,6 +38,7 @@ ...@@ -37,6 +38,7 @@
*.so.dbg *.so.dbg
*.su *.su
*.symtypes *.symtypes
*.tab.[ch]
*.tar *.tar
*.xz *.xz
Module.symvers Module.symvers
......
dtc dtc
dtc-lexer.lex.c
dtc-parser.tab.c
dtc-parser.tab.h
*.lex.c
*.tab.c
*.tab.h
genksyms genksyms
# #
# Generated files # Generated files
# #
*.lex.c
*.tab.c
*.tab.h
*.moc *.moc
gconf.glade.h gconf.glade.h
*.pot *.pot
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册