aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-23 09:04:30 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-04-07 06:04:02 -0400
commit598893002745690e57692ca5bf6fb9ff04604a1b (patch)
tree2ce7292fa14b97120e856b41a90de640068713f0 /scripts
parent63185b46cdb36905d585c73cc4730fec44cdf55d (diff)
.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')
-rw-r--r--scripts/dtc/.gitignore3
-rw-r--r--scripts/genksyms/.gitignore3
-rw-r--r--scripts/kconfig/.gitignore3
3 files changed, 0 insertions, 9 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 @@
1dtc dtc
2dtc-lexer.lex.c
3dtc-parser.tab.c
4dtc-parser.tab.h
diff --git a/scripts/genksyms/.gitignore b/scripts/genksyms/.gitignore
index e7836b47f060..b119c7da2863 100644
--- a/scripts/genksyms/.gitignore
+++ b/scripts/genksyms/.gitignore
@@ -1,4 +1 @@
1*.lex.c
2*.tab.c
3*.tab.h
4genksyms genksyms
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index a76856e559c0..2da579edcbaf 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -1,9 +1,6 @@
1# 1#
2# Generated files 2# Generated files
3# 3#
4*.lex.c
5*.tab.c
6*.tab.h
7*.moc 4*.moc
8gconf.glade.h 5gconf.glade.h
9*.pot 6*.pot