On Wed, Jun 22, 2016 at 01:04:23PM -0700, Aaron Rosen 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
I just combined this with the previous .tar.gz, making /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 I moved these so as to maintain the alphabetical order. With those changes I applied this to master. Thanks, Ben. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
