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 /scripts | |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
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 |