On 21/08/2020 09.09, Li Zhijian wrote: > Signed-off-by: Li Zhijian <lizhij...@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