Re: [PATCH v1] tools/hv: add a .gitignore file

From: Saurabh Singh Sengar
Date: Sun Dec 08 2024 - 11:56:09 EST


On Mon, Dec 02, 2024 at 01:40:52PM +0100, Olaf Hering wrote:
> Remove generated files from 'git status' output after 'make -C tools/hv'.
>
> Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
> ---
> tools/hv/.gitignore | 3 +++
> 1 file changed, 3 insertions(+)
> create mode 100644 tools/hv/.gitignore
>
> diff --git a/tools/hv/.gitignore b/tools/hv/.gitignore
> new file mode 100644
> index 000000000000..0c5bc15d602f
> --- /dev/null
> +++ b/tools/hv/.gitignore
> @@ -0,0 +1,3 @@
> +hv_fcopy_uio_daemon
> +hv_kvp_daemon
> +hv_vss_daemon

Changes looks fine to me,

Reviewed-by: Saurabh Sengar <ssengar@xxxxxxxxxxxxxxxxxxx>