summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-30 22:59:23 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-03 10:17:16 +0100
commit369809e243891ebf3d85459eca9be4ba686c8847 (patch)
treefeb8e10f5ca635cce2b7ae1d30a81e3e65ee71de /scripts
parenta501e87b0669f5a5cf764f46731a3a2af0069302 (diff)
downloadbarebox-369809e243891ebf3d85459eca9be4ba686c8847.tar.gz
barebox-369809e243891ebf3d85459eca9be4ba686c8847.tar.xz
.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
Linux commit 598893002745690e57692ca5bf6fb9ff04604a1b 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> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dtc/.gitignore3
-rw-r--r--scripts/kconfig/.gitignore3
2 files changed, 0 insertions, 6 deletions
diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore
index 80f6b50fdf..2c0d6a1bf3 100644
--- a/scripts/dtc/.gitignore
+++ b/scripts/dtc/.gitignore
@@ -1,5 +1,2 @@
dtc
-dtc-lexer.lex.c
-dtc-parser.tab.c
-dtc-parser.tab.h
fdtget
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index be603c4fef..bdbabbe08c 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -2,9 +2,6 @@
# Generated files
#
config*
-*.lex.c
-*.tab.c
-*.tab.h
zconf.hash.c
*.moc
gconf.glade.h