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

Olaf Hering posted 1 patch 1 year, 2 months ago
tools/hv/.gitignore | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 tools/hv/.gitignore
[PATCH v1] tools/hv: add a .gitignore file
Posted by Olaf Hering 1 year, 2 months ago
Remove generated files from 'git status' output after 'make -C tools/hv'.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 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
Re: [PATCH v1] tools/hv: add a .gitignore file
Posted by Saurabh Singh Sengar 1 year, 2 months ago
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@aepfle.de>
> ---
>  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@linux.microsoft.com>