> From: "Justin Pettit" <[email protected]>
> To: [email protected]
> Sent: Monday, 10 July, 2017 2:51:39 AM
> Subject: [ovs-dev] [PATCH] gitignore: Ignore some generated files.
> 
> "ovn-docker-overlay-driver", "ovn-docker-underlay-driver", and
> "ovs-vtep" are generated, so they should be ignored.
> 
> Signed-off-by: Justin Pettit <[email protected]>
> ---
>  ovn/utilities/.gitignore | 2 ++
>  vtep/.gitignore          | 1 +
>  2 files changed, 3 insertions(+)
> 
> diff --git a/ovn/utilities/.gitignore b/ovn/utilities/.gitignore
> index dbc3719dec86..1d01e0b2878f 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/vtep/.gitignore b/vtep/.gitignore
> index 2f135123957c..69607a4d5c22 100644
> --- a/vtep/.gitignore
> +++ b/vtep/.gitignore
> @@ -9,3 +9,4 @@
>  /vtep.gv
>  /vtep.ovsschema.stamp
>  /vtep.pic
> +/ovs-vtep
> --
> 2.7.4
> 

Hi Justin,

I posted a similar patch recently:

   https://patchwork.ozlabs.org/patch/782880/

It ignores these as well as some valgrind output files.

Regards,

   Lance

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to