diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-07-01 09:44:54 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2012-07-13 09:08:25 -0400 |
commit | 92b72e8bcbb0d21457b53887bf41db3527258253 (patch) | |
tree | c1dfbf2a3be20cfc8a0a5ab584cbf744e7fea53b | |
parent | ebca026a793b2958d7e59df4730c1159a55e9fe2 (diff) |
kconfig: remove lkc_defs.h from .gitignore and dontdiff
Commit 5a6f8d2bd9e3392569ed6f29ea4d7210652f929b ("kconfig: nuke
LKC_DIRECT_LINK cruft") removed all traces of lkc_defs.h from the tree.
Remove its entries in dontdiff and kconfig's .gitignore file too.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r-- | Documentation/dontdiff | 1 | ||||
-rw-r--r-- | scripts/kconfig/.gitignore | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/dontdiff b/Documentation/dontdiff index b4a898f43c37..39462cf35cd4 100644 --- a/Documentation/dontdiff +++ b/Documentation/dontdiff | |||
@@ -150,7 +150,6 @@ keywords.c | |||
150 | ksym.c* | 150 | ksym.c* |
151 | ksym.h* | 151 | ksym.h* |
152 | kxgettext | 152 | kxgettext |
153 | lkc_defs.h | ||
154 | lex.c | 153 | lex.c |
155 | lex.*.c | 154 | lex.*.c |
156 | linux | 155 | linux |
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore index ee120d441565..be603c4fef62 100644 --- a/scripts/kconfig/.gitignore +++ b/scripts/kconfig/.gitignore | |||
@@ -7,7 +7,6 @@ config* | |||
7 | *.tab.h | 7 | *.tab.h |
8 | zconf.hash.c | 8 | zconf.hash.c |
9 | *.moc | 9 | *.moc |
10 | lkc_defs.h | ||
11 | gconf.glade.h | 10 | gconf.glade.h |
12 | *.pot | 11 | *.pot |
13 | *.mo | 12 | *.mo |