Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

.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>

+2 -9
+2
.gitignore
··· 22 22 *.gz 23 23 *.i 24 24 *.ko 25 + *.lex.c 25 26 *.ll 26 27 *.lst 27 28 *.lz4 ··· 38 37 *.so.dbg 39 38 *.su 40 39 *.symtypes 40 + *.tab.[ch] 41 41 *.tar 42 42 *.xz 43 43 Module.symvers
-3
scripts/dtc/.gitignore
··· 1 1 dtc 2 - dtc-lexer.lex.c 3 - dtc-parser.tab.c 4 - dtc-parser.tab.h
-3
scripts/genksyms/.gitignore
··· 1 - *.lex.c 2 - *.tab.c 3 - *.tab.h 4 1 genksyms
-3
scripts/kconfig/.gitignore
··· 1 1 # 2 2 # Generated files 3 3 # 4 - *.lex.c 5 - *.tab.c 6 - *.tab.h 7 4 *.moc 8 5 gconf.glade.h 9 6 *.pot