linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/dma: Add a .gitignore file containing name of executable
@ 2022-07-24 14:59 Gautam Menghani
  2022-08-17 17:34 ` Gautam Menghani
  0 siblings, 1 reply; 2+ messages in thread
From: Gautam Menghani @ 2022-07-24 14:59 UTC (permalink / raw)
  To: chenxiang66, shuah, liaoyu15
  Cc: song.bao.hua, linux-kernel, iommu, linux-kselftest,
	Gautam Menghani, tiantao6, linux-kernel-mentees

The dma tests in kselftests are missing a .gitignore file, which leads
to the dma_map_benchmark executable file showing up in "git status".
This patch adds a .gitignore file containing the executable name.

Signed-off-by: Gautam Menghani <gautammenghani201@gmail.com>
---
 tools/testing/selftests/dma/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/dma/.gitignore

diff --git a/tools/testing/selftests/dma/.gitignore b/tools/testing/selftests/dma/.gitignore
new file mode 100644
index 000000000000..668e2f8be2f7
--- /dev/null
+++ b/tools/testing/selftests/dma/.gitignore
@@ -0,0 +1 @@
+dma_map_benchmark
-- 
2.34.1

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

* Re: [PATCH] selftests/dma: Add a .gitignore file containing name of executable
  2022-07-24 14:59 [PATCH] selftests/dma: Add a .gitignore file containing name of executable Gautam Menghani
@ 2022-08-17 17:34 ` Gautam Menghani
  0 siblings, 0 replies; 2+ messages in thread
From: Gautam Menghani @ 2022-08-17 17:34 UTC (permalink / raw)
  To: chenxiang66, shuah, liaoyu15
  Cc: song.bao.hua, linux-kernel, iommu, linux-kselftest, tiantao6,
	linux-kernel-mentees

On Sun, Jul 24, 2022 at 08:29:31PM +0530, Gautam Menghani wrote:
> The dma tests in kselftests are missing a .gitignore file, which leads
> to the dma_map_benchmark executable file showing up in "git status".
> This patch adds a .gitignore file containing the executable name.
> 
> Signed-off-by: Gautam Menghani <gautammenghani201@gmail.com>
> ---
>  tools/testing/selftests/dma/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>  create mode 100644 tools/testing/selftests/dma/.gitignore
> 
> diff --git a/tools/testing/selftests/dma/.gitignore b/tools/testing/selftests/dma/.gitignore
> new file mode 100644
> index 000000000000..668e2f8be2f7
> --- /dev/null
> +++ b/tools/testing/selftests/dma/.gitignore
> @@ -0,0 +1 @@
> +dma_map_benchmark
> -- 
> 2.34.1
> 
Hi,

Please review the above patch and let me know if any changes are required.

Thanks,
Gautam
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

end of thread, other threads:[~2022-08-17 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24 14:59 [PATCH] selftests/dma: Add a .gitignore file containing name of executable Gautam Menghani
2022-08-17 17:34 ` Gautam Menghani

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).