[Qemu-devel] [PATCH] .gitignore: ignore some vhost-user* related files

Michal Privoznik posted 1 patch 4 years, 9 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/db150a03315a89a849ab9968e4a5a26110d41424.1562942402.git.mprivozn@redhat.com
.gitignore | 3 +++
1 file changed, 3 insertions(+)
[Qemu-devel] [PATCH] .gitignore: ignore some vhost-user* related files
Posted by Michal Privoznik 4 years, 9 months ago
Commit d52c454aadc creates
'/contrib/vhost-user-gpu/50-qemu-gpu.json' and '/vhost-user-gpu'
and commit 06914c97d3a creates '/vhost-user-input' neither of
which is ignored by git.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index fd6e6c38c7..e9bbc006d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,6 +65,8 @@
 /scsi/qemu-pr-helper
 /vhost-user-scsi
 /vhost-user-blk
+/vhost-user-gpu
+/vhost-user-input
 /fsdev/virtfs-proxy-helper
 *.tmp
 *.[1-9]
@@ -131,6 +133,7 @@
 /docs/interop/qemu-qmp-ref.info*
 /docs/interop/qemu-qmp-ref.txt
 /docs/version.texi
+/contrib/vhost-user-gpu/50-qemu-gpu.json
 *.tps
 .stgit-*
 .git-submodule-status
-- 
2.21.0


Re: [Qemu-devel] [Qemu-trivial] [PATCH] .gitignore: ignore some vhost-user* related files
Posted by Laurent Vivier 4 years, 8 months ago
Le 12/07/2019 à 16:41, Michal Privoznik a écrit :
> Commit d52c454aadc creates
> '/contrib/vhost-user-gpu/50-qemu-gpu.json' and '/vhost-user-gpu'
> and commit 06914c97d3a creates '/vhost-user-input' neither of
> which is ignored by git.
> 
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  .gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index fd6e6c38c7..e9bbc006d3 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -65,6 +65,8 @@
>  /scsi/qemu-pr-helper
>  /vhost-user-scsi
>  /vhost-user-blk
> +/vhost-user-gpu
> +/vhost-user-input
>  /fsdev/virtfs-proxy-helper
>  *.tmp
>  *.[1-9]
> @@ -131,6 +133,7 @@
>  /docs/interop/qemu-qmp-ref.info*
>  /docs/interop/qemu-qmp-ref.txt
>  /docs/version.texi
> +/contrib/vhost-user-gpu/50-qemu-gpu.json
>  *.tps
>  .stgit-*
>  .git-submodule-status
> 

Applied to my trivial-patches branch.

Thanks,
Laurent

Re: [Qemu-devel] [PATCH] .gitignore: ignore some vhost-user* related files
Posted by Philippe Mathieu-Daudé 4 years, 9 months ago
On 7/12/19 4:41 PM, Michal Privoznik wrote:
> Commit d52c454aadc creates
> '/contrib/vhost-user-gpu/50-qemu-gpu.json' and '/vhost-user-gpu'
> and commit 06914c97d3a creates '/vhost-user-input' neither of
> which is ignored by git.
> 
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  .gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index fd6e6c38c7..e9bbc006d3 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -65,6 +65,8 @@
>  /scsi/qemu-pr-helper
>  /vhost-user-scsi
>  /vhost-user-blk
> +/vhost-user-gpu
> +/vhost-user-input
>  /fsdev/virtfs-proxy-helper
>  *.tmp
>  *.[1-9]
> @@ -131,6 +133,7 @@
>  /docs/interop/qemu-qmp-ref.info*
>  /docs/interop/qemu-qmp-ref.txt
>  /docs/version.texi
> +/contrib/vhost-user-gpu/50-qemu-gpu.json
>  *.tps
>  .stgit-*
>  .git-submodule-status
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Re: [Qemu-devel] [PATCH] .gitignore: ignore some vhost-user* related files
Posted by Marc-André Lureau 4 years, 9 months ago
On Fri, Jul 12, 2019 at 6:42 PM Michal Privoznik <mprivozn@redhat.com> wrote:
>
> Commit d52c454aadc creates
> '/contrib/vhost-user-gpu/50-qemu-gpu.json' and '/vhost-user-gpu'
> and commit 06914c97d3a creates '/vhost-user-input' neither of
> which is ignored by git.
>
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

> ---
>  .gitignore | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index fd6e6c38c7..e9bbc006d3 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -65,6 +65,8 @@
>  /scsi/qemu-pr-helper
>  /vhost-user-scsi
>  /vhost-user-blk
> +/vhost-user-gpu
> +/vhost-user-input
>  /fsdev/virtfs-proxy-helper
>  *.tmp
>  *.[1-9]
> @@ -131,6 +133,7 @@
>  /docs/interop/qemu-qmp-ref.info*
>  /docs/interop/qemu-qmp-ref.txt
>  /docs/version.texi
> +/contrib/vhost-user-gpu/50-qemu-gpu.json
>  *.tps
>  .stgit-*
>  .git-submodule-status
> --
> 2.21.0
>
>


-- 
Marc-André Lureau