On Tue, Nov 11, 2025 at 4:52 PM Numan Siddique <[email protected]> wrote:
> On Tue, Nov 11, 2025 at 10:02 AM Ales Musil <[email protected]> wrote: > > > > The files are generated every time as other idl files, add > > them to .gitignore. > > > > Fixes: 20a6c718990f ("Add initial schema and skeleton for OVN bridge > controller.") > > Signed-off-by: Ales Musil <[email protected]> > > Thanks Ales for fixing it. > > Acked-by: Numan Siddique <[email protected]> > > Numan > > > --- > > lib/.gitignore | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/lib/.gitignore b/lib/.gitignore > > index 7f67f1d87..677089334 100644 > > --- a/lib/.gitignore > > +++ b/lib/.gitignore > > @@ -1,4 +1,6 @@ > > /libovn.sym > > +/ovn-br-idl.c > > +/ovn-br-idl.h > > /ovn-nb-idl.c > > /ovn-nb-idl.h > > /ovn-nb-idl.ovsidl > > -- > > 2.51.0 > > > > Thank you Numan, I went ahead and merged this into main. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
