Message ID | db150a03315a89a849ab9968e4a5a26110d41424.1562942402.git.mprivozn@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | .gitignore: ignore some vhost-user* related files | expand |
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 > >
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>
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
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
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(+)