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 > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
