[ovs-dev] [PATCH] Add additional files to datapath/linux/.gitignore

Aaron Rosen aaronorosen at gmail.com
Fri Jun 3 01:12:40 UTC 2016


This can be ignored I think: "[PATCH] Add *.c *.h to
datapath/linux/.gitignore" is a better solution.

On Thu, Jun 2, 2016 at 2:18 PM, Aaron Rosen <aaronorosen at gmail.com> wrote:

> After compiling ovs these files always show up as uncommitted.
>
> Signed-off-by: Aaron Rosen <aaronorosen at gmail.com>
> ---
>  datapath/linux/.gitignore | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/datapath/linux/.gitignore b/datapath/linux/.gitignore
> index a4a930d..25d9804 100644
> --- a/datapath/linux/.gitignore
> +++ b/datapath/linux/.gitignore
> @@ -56,3 +56,14 @@
>  /vport.c
>  /vxlan.c
>  /workqueue.c
> +/conntrack.c
> +/inet_fragment.c
> +/ip6_output.c
> +/ip_fragment.c
> +/ip_gre.c
> +/ip_tunnel.c
> +/lisp.c
> +/nf_conntrack_core.c
> +/nf_conntrack_reasm.c
> +/reassembly.c
> +/socket.c
> --
> 1.9.1
>
>



More information about the dev mailing list