summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMasahiro Yamada2018-03-23 14:04:30 +0100
committerMasahiro Yamada2018-04-07 12:04:02 +0200
commit598893002745690e57692ca5bf6fb9ff04604a1b (patch)
tree2ce7292fa14b97120e856b41a90de640068713f0 /.gitignore
parentkbuild: use HOSTLDFLAGS for single .c executables (diff)
downloadkernel-qcow2-linux-598893002745690e57692ca5bf6fb9ff04604a1b.tar.gz
kernel-qcow2-linux-598893002745690e57692ca5bf6fb9ff04604a1b.tar.xz
kernel-qcow2-linux-598893002745690e57692ca5bf6fb9ff04604a1b.zip
.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 '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 85bcc2696442..1e82be162e6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@
*.gz
*.i
*.ko
+*.lex.c
*.ll
*.lst
*.lz4
@@ -37,6 +38,7 @@
*.so.dbg
*.su
*.symtypes
+*.tab.[ch]
*.tar
*.xz
Module.symvers