Re: [PATCH v1 1/1] .gitignore: Unignore .kunitconfig

From: Masahiro Yamada
Date: Sat Jan 28 2023 - 09:38:08 EST


On Sat, Jan 28, 2023 at 3:56 PM David Gow <davidgow@xxxxxxxxxx> wrote:
>
> On Fri, 27 Jan 2023 at 22:56, Andy Shevchenko
> <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
> >
> > There are almost dozen of .kunitconfig files that are ignored but
> > tracked. Unignore them.
> >
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> > ---
>
> Thanks! Only the original root-directory .kunitignore file was
> intended to be ignored, and that's no longer as important, and is now
> in the build dir anyway.
>
> Reviewed-by: David Gow <davidgow@xxxxxxxxxx>
>
> Cheers,
> -- David
>
> > .gitignore | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/.gitignore b/.gitignore
> > index 22984d22d29e..e4f2ba0be516 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -100,6 +100,7 @@ modules.order
> > !.get_maintainer.ignore
> > !.gitattributes
> > !.gitignore
> > +!.kunitconfig
> > !.mailmap
> > !.rustfmt.toml
> >
> > --
> > 2.39.0
> >


Why is this a dot file in the first place?



--
Best Regards
Masahiro Yamada