diff mbox series

.gitignore: Add init-dom0less

Message ID b349ea9e7e2946ee6b3bc7d40462a4948e2b53a9.1662544834.git.viresh.kumar@linaro.org (mailing list archive)
State New, archived
Headers show
Series .gitignore: Add init-dom0less | expand

Commit Message

Viresh Kumar Sept. 7, 2022, 10:03 a.m. UTC
Add tools/helpers/init-dom0less to gitignore.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Jan Beulich Sept. 7, 2022, 11:04 a.m. UTC | #1
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
diff mbox series

Patch

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