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
