linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] tools/hv: add a .gitignore file
@ 2024-12-02 12:40 Olaf Hering
  2024-12-08 16:55 ` Saurabh Singh Sengar
  0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2024-12-02 12:40 UTC (permalink / raw)
  To: linux-kernel, linux-hyperv
  Cc: K. Y. Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1] tools/hv: add a .gitignore file
  2024-12-02 12:40 [PATCH v1] tools/hv: add a .gitignore file Olaf Hering
@ 2024-12-08 16:55 ` Saurabh Singh Sengar
  0 siblings, 0 replies; 2+ messages in thread
From: Saurabh Singh Sengar @ 2024-12-08 16:55 UTC (permalink / raw)
  To: Olaf Hering
  Cc: linux-kernel, linux-hyperv, K. Y. Srinivasan, Haiyang Zhang,
	Wei Liu, Dexuan Cui

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-08 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02 12:40 [PATCH v1] tools/hv: add a .gitignore file Olaf Hering
2024-12-08 16:55 ` Saurabh Singh Sengar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).