These have been getting in my away because I need to rebuild openvswitch for it's packages for openvswitch-dev which is required for the python C bindings in the tree. Would be good to figure out how to be able to install the python bindings using the intree code rather the package.
On Wed, Jun 22, 2016 at 1:04 PM, Aaron Rosen <[email protected]> wrote: > After running: `fakeroot debian/rules binary` > > These files are left uncommitted to the source tree and should be ignored. > > Signed-off-by: Aaron Rosen <[email protected]> > --- > .gitignore | 1 + > debian/.gitignore | 3 +++ > 2 files changed, 4 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 077a178..5965a1e 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -72,3 +72,4 @@ testsuite.tmp.orig > /rpm/ > /openvswitch-*.tar.gz > /tests/lcov/ > +openvswitch.tar.gz > diff --git a/debian/.gitignore b/debian/.gitignore > index 2a509ca..88fb00e 100644 > --- a/debian/.gitignore > +++ b/debian/.gitignore > @@ -24,3 +24,6 @@ > /ovn-docker > /python-openvswitch > /tmp > +/autoreconf.after > +/autoreconf.before > +/openvswitch-dev > -- > 1.9.1 > > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
