[PATCH] .gitignore: add virtiofsd binary

Li Zhijian posted 1 patch 3 years, 8 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200821070900.3556-1-lizhijian@cn.fujitsu.com
.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH] .gitignore: add virtiofsd binary
Posted by Li Zhijian 3 years, 8 months ago
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 2992d15931..28729241f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,6 +57,7 @@
 /qemu-ga
 /qemu-bridge-helper
 /qemu-keymap
+/virtiofsd
 /qemu-monitor.texi
 /qemu-monitor-info.texi
 /qemu-storage-daemon
-- 
2.17.1




Re: [PATCH] .gitignore: add virtiofsd binary
Posted by Thomas Huth 3 years, 8 months ago
On 21/08/2020 09.09, Li Zhijian wrote:
> Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 2992d15931..28729241f1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -57,6 +57,7 @@
>  /qemu-ga
>  /qemu-bridge-helper
>  /qemu-keymap
> +/virtiofsd
>  /qemu-monitor.texi
>  /qemu-monitor-info.texi
>  /qemu-storage-daemon

With the new meson build system, this should not be necessary anymore, I
think?

 Thomas