diff mbox series

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

Message ID 1568386433-26756-1-git-send-email-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev,ovn] gitignore: Add missing OVN entries. | expand

Commit Message

Dumitru Ceara Sept. 13, 2019, 2:53 p.m. UTC
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 .gitignore             | 8 ++++++++
 include/ovn/.gitignore | 2 ++
 utilities/.gitignore   | 1 +
 3 files changed, 11 insertions(+)
 create mode 100644 include/ovn/.gitignore

Comments

Numan Siddique Sept. 16, 2019, 10:40 a.m. UTC | #1
On Fri, Sep 13, 2019 at 8:24 PM Dumitru Ceara <dceara@redhat.com> wrote:

> Signed-off-by: Dumitru Ceara <dceara@redhat.com>
>

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 0000000..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
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

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 0000000..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