.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 23 Mar 2018 13:04:30 +0000 (22:04 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 7 Apr 2018 10:04:02 +0000 (19:04 +0900)
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>
.gitignore
scripts/dtc/.gitignore
scripts/genksyms/.gitignore
scripts/kconfig/.gitignore

index 85bcc269644259589f93e516e25c28910346b8f5..1e82be162e6f89c5dd53d58b8f7ce352c687be36 100644 (file)
@@ -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
index cdabdc95a6e741b506aedccb5cc2d014c8ad348b..2e6e60d64ede6c2fb2443492860e2cf319ff5e57 100644 (file)
@@ -1,4 +1 @@
 dtc
-dtc-lexer.lex.c
-dtc-parser.tab.c
-dtc-parser.tab.h
index e7836b47f060889a036405e7cf70d04c4177adf9..b119c7da2863a6a6406f364d5eb5c9eaad23adf4 100644 (file)
@@ -1,4 +1 @@
-*.lex.c
-*.tab.c
-*.tab.h
 genksyms
index a76856e559c09c4c7cb91ff2baaa6d928d1ec90e..2da579edcbafd3ffe4f9af5a91562b06fe41c8b0 100644 (file)
@@ -1,9 +1,6 @@
 #
 # Generated files
 #
-*.lex.c
-*.tab.c
-*.tab.h
 *.moc
 gconf.glade.h
 *.pot