kernel/config_data.h is autogenerated during the build, let's add it to
the directory .gitignore.
Signed-off-by: Matteo Croce <[email protected]>
---
kernel/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/.gitignore b/kernel/.gitignore
index 34d1e77ee9df..98e2e22b97d5 100644
--- a/kernel/.gitignore
+++ b/kernel/.gitignore
@@ -4,3 +4,4 @@
kheaders.md5
timeconst.h
hz.bc
+config_data.h
--
2.21.0
On Sun, Jul 28, 2019 at 8:20 PM Matteo Croce <[email protected]> wrote:
>
> kernel/config_data.h is autogenerated during the build, let's add it to
> the directory .gitignore.
>
> Signed-off-by: Matteo Croce <[email protected]>
>
CCing people as `scripts/get_maintainer.pl kernel/.gitignore` suggests
--
Matteo Croce
per aspera ad upstream
On Sun, Aug 4, 2019 at 1:33 AM Matteo Croce <[email protected]> wrote:
>
> On Sun, Jul 28, 2019 at 8:20 PM Matteo Croce <[email protected]> wrote:
> >
> > kernel/config_data.h is autogenerated during the build, let's add it to
> > the directory .gitignore.
> >
> > Signed-off-by: Matteo Croce <[email protected]>
> >
>
> CCing people as `scripts/get_maintainer.pl kernel/.gitignore` suggests
>
Probably, you built old version kernel.
The latest one does not generate kernel/config_data.h
See 13610aa908dcfce77135bb799c0a10d0172da6ba
--
Best Regards
Masahiro Yamada