[PATCH] .gitignore: Add init-dom0less

Viresh Kumar posted 1 patch 1 year, 7 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/b349ea9e7e2946ee6b3bc7d40462a4948e2b53a9.1662544834.git.viresh.kumar@linaro.org
.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH] .gitignore: Add init-dom0less
Posted by Viresh Kumar 1 year, 7 months ago
Add tools/helpers/init-dom0less to gitignore.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 .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
-- 
2.31.1.272.g89b43f80a514
Re: [PATCH] .gitignore: Add init-dom0less
Posted by Jan Beulich 1 year, 7 months ago
On 07.09.2022 12:03, Viresh Kumar wrote:
> Add tools/helpers/init-dom0less to gitignore.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  .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 <jbeulich@suse.com>

Jan