Re: [ovs-dev] [PATCH ovn] gitignore: Add missing OVN entries.

2019-09-16 Thread Numan Siddique
On Fri, Sep 13, 2019 at 8:24 PM Dumitru Ceara  wrote:

> Signed-off-by: Dumitru Ceara 
>

Thanks. I applied this patch to master.

Numan


> ---
>  .gitignore | 8 
>  include/ovn/.gitignore | 2 ++
>  utilities/.gitignore   | 1 +
>  3 files changed, 11 insertions(+)
>  create mode 100644 include/ovn/.gitignore
>
> diff --git a/.gitignore b/.gitignore
> index 2366fe5..6fee075 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -60,6 +60,13 @@
>  /manpage-check
>  /missing
>  /missing-distfiles
> +/ovn-architecture.7
> +/ovn-nb.5
> +/ovn-nb.gv
> +/ovn-nb.pic
> +/ovn-sb.5
> +/ovn-sb.gv
> +/ovn-sb.pic
>  /package.m4
>  /stamp-h1
>  /_build-gcc
> @@ -80,3 +87,4 @@ testsuite.tmp.orig
>  /Documentation/_build
>  /.venv
>  /cxx-check
> +/*.ovsschema.stamp
> diff --git a/include/ovn/.gitignore b/include/ovn/.gitignore
> new file mode 100644
> index 000..ffd087a
> --- /dev/null
> +++ b/include/ovn/.gitignore
> @@ -0,0 +1,2 @@
> +/version.h
> +
> diff --git a/utilities/.gitignore b/utilities/.gitignore
> index b319e83..faaa85e 100644
> --- a/utilities/.gitignore
> +++ b/utilities/.gitignore
> @@ -11,3 +11,4 @@
>  /ovn-detrace.1
>  /ovn-docker-overlay-driver
>  /ovn-docker-underlay-driver
> +/ovn-lib
> --
> 1.8.3.1
>
> ___
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH ovn] gitignore: Add missing OVN entries.

2019-09-13 Thread Dumitru Ceara
Signed-off-by: Dumitru Ceara 
---
 .gitignore | 8 
 include/ovn/.gitignore | 2 ++
 utilities/.gitignore   | 1 +
 3 files changed, 11 insertions(+)
 create mode 100644 include/ovn/.gitignore

diff --git a/.gitignore b/.gitignore
index 2366fe5..6fee075 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,13 @@
 /manpage-check
 /missing
 /missing-distfiles
+/ovn-architecture.7
+/ovn-nb.5
+/ovn-nb.gv
+/ovn-nb.pic
+/ovn-sb.5
+/ovn-sb.gv
+/ovn-sb.pic
 /package.m4
 /stamp-h1
 /_build-gcc
@@ -80,3 +87,4 @@ testsuite.tmp.orig
 /Documentation/_build
 /.venv
 /cxx-check
+/*.ovsschema.stamp
diff --git a/include/ovn/.gitignore b/include/ovn/.gitignore
new file mode 100644
index 000..ffd087a
--- /dev/null
+++ b/include/ovn/.gitignore
@@ -0,0 +1,2 @@
+/version.h
+
diff --git a/utilities/.gitignore b/utilities/.gitignore
index b319e83..faaa85e 100644
--- a/utilities/.gitignore
+++ b/utilities/.gitignore
@@ -11,3 +11,4 @@
 /ovn-detrace.1
 /ovn-docker-overlay-driver
 /ovn-docker-underlay-driver
+/ovn-lib
-- 
1.8.3.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev