diff mbox series

.gitignore: add virtiofsd binary

Message ID 20200821070900.3556-1-lizhijian@cn.fujitsu.com (mailing list archive)
State New, archived
Headers show
Series .gitignore: add virtiofsd binary | expand

Commit Message

Li Zhijian Aug. 21, 2020, 7:09 a.m. UTC
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Huth Sept. 7, 2020, 5:40 p.m. UTC | #1
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
diff mbox series

Patch

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