diff --git a/ovn/utilities/.gitignore b/ovn/utilities/.gitignore index dbc3719dec8..1d01e0b2878 100644 --- a/ovn/utilities/.gitignore +++ b/ovn/utilities/.gitignore @@ -7,3 +7,5 @@ /ovn-trace.8 /ovn-detrace /ovn-detrace.1 +/ovn-docker-overlay-driver +/ovn-docker-underlay-driver diff --git a/tests/.gitignore b/tests/.gitignore index 77e5a952779..7b91dff3d1d 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -52,3 +52,5 @@ /testsuite.log /test-lib /testsuite.tmp.orig +/valgrind.[0-9]* +/valgrind/ diff --git a/vtep/.gitignore b/vtep/.gitignore index 2f135123957..4a6c33c8017 100644 --- a/vtep/.gitignore +++ b/vtep/.gitignore @@ -1,5 +1,6 @@ /Makefile /Makefile.in +/ovs-vtep /vtep-ctl /vtep-ctl.8 /vtep-idl.c