This can be ignored I think: "[PATCH] Add *.c *.h to datapath/linux/.gitignore" is a better solution.
On Thu, Jun 2, 2016 at 2:18 PM, Aaron Rosen <[email protected]> wrote: > After compiling ovs these files always show up as uncommitted. > > Signed-off-by: Aaron Rosen <[email protected]> > --- > datapath/linux/.gitignore | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/datapath/linux/.gitignore b/datapath/linux/.gitignore > index a4a930d..25d9804 100644 > --- a/datapath/linux/.gitignore > +++ b/datapath/linux/.gitignore > @@ -56,3 +56,14 @@ > /vport.c > /vxlan.c > /workqueue.c > +/conntrack.c > +/inet_fragment.c > +/ip6_output.c > +/ip_fragment.c > +/ip_gre.c > +/ip_tunnel.c > +/lisp.c > +/nf_conntrack_core.c > +/nf_conntrack_reasm.c > +/reassembly.c > +/socket.c > -- > 1.9.1 > > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
