On Thu, Dec 1, 2022 at 3:20 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote: > > On 30-11-22, 17:20, Bartosz Golaszewski wrote: > > 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. > > Yes. Cargo, by itself, updated the root folder's .gitignore I think and I had to > copy/paste stuff here. > OMG cargo cares about the VCS of the project it builds? Good to know I guess. Bart