From ef666482cb8ab034a2aec3cec6ae07bd7b62136b Mon Sep 17 00:00:00 2001 From: Lance Richardson Date: Fri, 30 Jun 2017 10:28:03 -0400 Subject: [PATCH] treewide: .gitignore updates Signed-off-by: Lance Richardson Signed-off-by: Justin Pettit --- ovn/utilities/.gitignore | 2 ++ tests/.gitignore | 2 ++ vtep/.gitignore | 1 + 3 files changed, 5 insertions(+) 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