On 07.09.2022 12:03, Viresh Kumar wrote: > Add tools/helpers/init-dom0less to gitignore. > > Signed-off-by: Viresh Kumar <[email protected]> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 27881c976432..9f9f18c97d5f 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -170,6 +170,7 @@ tools/flask/utils/flask-setenforce > tools/flask/utils/flask-set-bool > tools/flask/utils/flask-label-pci > tools/helpers/init-xenstore-domain > +tools/helpers/init-dom0less > tools/helpers/xen-init-dom0 > tools/hotplug/common/hotplugpath.sh > tools/hotplug/FreeBSD/rc.d/xencommons
While easily doable when committing, in the future can you please pay attention to pre-existing sorting? With the insertion moved up a line Acked-by: Jan Beulich <[email protected]> Jan
