aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/genksyms/.gitignore
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2011-05-23 00:05:28 -0400
committerArnaud Lacombe <lacombar@gmail.com>2011-06-09 14:04:41 -0400
commit880f4499bb4f6883095965bdd3b9237d927e24d8 (patch)
tree19f8b015b84e3a0294edfe3373df67e79386199d /scripts/genksyms/.gitignore
parentgenksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.o (diff)
downloadlinux-dev-880f4499bb4f6883095965bdd3b9237d927e24d8.tar.xz
linux-dev-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