Browse Source

.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 years ago
parent
commit
5988930027
4 changed files with 2 additions and 9 deletions
  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
 *.i
 *.ko
+*.lex.c
 *.ll
 *.lst
 *.lz4
@@ -37,6 +38,7 @@
 *.so.dbg
 *.su
 *.symtypes
+*.tab.[ch]
 *.tar
 *.xz
 Module.symvers

+ 0 - 3
scripts/dtc/.gitignore

@@ -1,4 +1 @@
 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

+ 0 - 3
scripts/kconfig/.gitignore

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