diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-23 22:04:30 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-04-07 19:04:02 +0900 |
commit | 598893002745690e57692ca5bf6fb9ff04604a1b (patch) | |
tree | 2ce7292fa14b97120e856b41a90de640068713f0 /scripts/dtc | |
parent | 63185b46cdb36905d585c73cc4730fec44cdf55d (diff) | |
download | linux-598893002745690e57692ca5bf6fb9ff04604a1b.tar.bz2 |
.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>
Diffstat (limited to 'scripts/dtc')
-rw-r--r-- | scripts/dtc/.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore index cdabdc95a6e7..2e6e60d64ede 100644 --- a/scripts/dtc/.gitignore +++ b/scripts/dtc/.gitignore @@ -1,4 +1 @@ dtc -dtc-lexer.lex.c -dtc-parser.tab.c -dtc-parser.tab.h |