summaryrefslogtreecommitdiffstats
path: root/scripts/genksyms/.gitignore
diff options
context:
space:
mode:
authorArnaud Lacombe2011-05-23 06:05:28 +0200
committerArnaud Lacombe2011-06-09 20:04:41 +0200
commit880f4499bb4f6883095965bdd3b9237d927e24d8 (patch)
tree19f8b015b84e3a0294edfe3373df67e79386199d /scripts/genksyms/.gitignore
parentgenksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.o (diff)
downloadkernel-qcow2-linux-880f4499bb4f6883095965bdd3b9237d927e24d8.tar.gz
kernel-qcow2-linux-880f4499bb4f6883095965bdd3b9237d927e24d8.tar.xz
kernel-qcow2-linux-880f4499bb4f6883095965bdd3b9237d927e24d8.zip
genksyms: migrate parser to implicit rules
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'scripts/genksyms/.gitignore')
-rw-r--r--scripts/genksyms/.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/genksyms/.gitignore b/scripts/genksyms/.gitignore
index be5cadb1b907..86dc07a01b43 100644
--- a/scripts/genksyms/.gitignore
+++ b/scripts/genksyms/.gitignore
@@ -1,4 +1,5 @@
-keywords.c
-lex.c
-parse.[ch]
+*.hash.c
+*.lex.c
+*.tab.c
+*.tab.h
genksyms