Message ID | 20200821070900.3556-1-lizhijian@cn.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | .gitignore: add virtiofsd binary | expand |
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 --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
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+)