浏览代码

.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>
Masahiro Yamada 7 年之前
父节点
当前提交
5988930027
共有 4 个文件被更改,包括 2 次插入9 次删除
  1. 2 0
      .gitignore
  2. 0 3
      scripts/dtc/.gitignore
  3. 0 3
      scripts/genksyms/.gitignore
  4. 0 3
      scripts/kconfig/.gitignore

+ 2 - 0
.gitignore

@@ -22,6 +22,7 @@
 *.gz
 *.gz
 *.i
 *.i
 *.ko
 *.ko
+*.lex.c
 *.ll
 *.ll
 *.lst
 *.lst
 *.lz4
 *.lz4
@@ -37,6 +38,7 @@
 *.so.dbg
 *.so.dbg
 *.su
 *.su
 *.symtypes
 *.symtypes
+*.tab.[ch]
 *.tar
 *.tar
 *.xz
 *.xz
 Module.symvers
 Module.symvers

+ 0 - 3
scripts/dtc/.gitignore

@@ -1,4 +1 @@
 dtc
 dtc
-dtc-lexer.lex.c
-dtc-parser.tab.c
-dtc-parser.tab.h

+ 0 - 3
scripts/genksyms/.gitignore

@@ -1,4 +1 @@
-*.lex.c
-*.tab.c
-*.tab.h
 genksyms
 genksyms

+ 0 - 3
scripts/kconfig/.gitignore

@@ -1,9 +1,6 @@
 #
 #
 # Generated files
 # Generated files
 #
 #
-*.lex.c
-*.tab.c
-*.tab.h
 *.moc
 *.moc
 gconf.glade.h
 gconf.glade.h
 *.pot
 *.pot