summaryrefslogtreecommitdiffstats
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dd1a052ea1..f6aff493fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@
*.elf
*.i
*.ko
+*.lex.c
*.lst
*.mcp
*.mod.c
@@ -30,6 +31,7 @@
*.so
*.so.dbg
*.symtypes
+*.tab.[ch]
*.bin.gen.S
Module.symvers