On Wed, Nov 30, 2022 at 3:05 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > On Wed, Nov 30, 2022 at 01:42:27PM +0100, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > Add missing license text files and use the CC0-1.0 license for the > > rust-specific .gitignore file. > > ... > > > diff --git a/bindings/rust/.gitignore b/bindings/rust/.gitignore > > index 95054d9..6fe7bde 100644 > > --- a/bindings/rust/.gitignore > > +++ b/bindings/rust/.gitignore > > @@ -1,4 +1,6 @@ > > > -# Added by cargo > > Seems like automatically generated, which means that next time something comes > here may well screw up the below. > I think the comment refers to the *ignored* files *added* by cargo, not saying that .gitignore was added by cargo. Viresh, please confirm. Bart