Skip to content

Commit

Permalink
.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
Browse files Browse the repository at this point in the history
These patterns are common to host programs that require lexer and parser.
Move them to the top .gitignore.

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Frank Rowand <[email protected]>
  • Loading branch information
masahir0y committed Apr 7, 2018
1 parent 63185b4 commit 5988930
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*.gz
*.i
*.ko
*.lex.c
*.ll
*.lst
*.lz4
Expand All @@ -37,6 +38,7 @@
*.so.dbg
*.su
*.symtypes
*.tab.[ch]
*.tar
*.xz
Module.symvers
Expand Down
3 changes: 0 additions & 3 deletions scripts/dtc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
dtc
dtc-lexer.lex.c
dtc-parser.tab.c
dtc-parser.tab.h
3 changes: 0 additions & 3 deletions scripts/genksyms/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
*.lex.c
*.tab.c
*.tab.h
genksyms
3 changes: 0 additions & 3 deletions scripts/kconfig/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#
# Generated files
#
*.lex.c
*.tab.c
*.tab.h
*.moc
gconf.glade.h
*.pot
Expand Down

0 comments on commit 5988930

Please sign in to comment.