diff mbox series

kselftest/alsa: Add a .gitignore for the newly added PCM test

Message ID 20221125153654.1037868-1-broonie@kernel.org (mailing list archive)
State New, archived
Headers show
Series kselftest/alsa: Add a .gitignore for the newly added PCM test | expand

Commit Message

Mark Brown Nov. 25, 2022, 3:36 p.m. UTC
The newly added PCM test produces a binary which is not ignored by git
when built in tree, fix that.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 tools/testing/selftests/alsa/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Jaroslav Kysela Nov. 25, 2022, 3:41 p.m. UTC | #1
On 25. 11. 22 16:36, Mark Brown wrote:
> The newly added PCM test produces a binary which is not ignored by git
> when built in tree, fix that.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>

Thanks,

Reviewed-by: Jaroslav Kysela <perex@perex.cz>

> ---
>   tools/testing/selftests/alsa/.gitignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/alsa/.gitignore b/tools/testing/selftests/alsa/.gitignore
> index 3bb7c41266a8..2b0d11797f25 100644
> --- a/tools/testing/selftests/alsa/.gitignore
> +++ b/tools/testing/selftests/alsa/.gitignore
> @@ -1 +1,2 @@
>   mixer-test
> +pcm-test
Takashi Iwai Nov. 25, 2022, 3:51 p.m. UTC | #2
On Fri, 25 Nov 2022 16:36:54 +0100,
Mark Brown wrote:
> 
> The newly added PCM test produces a binary which is not ignored by git
> when built in tree, fix that.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>

Thanks, applied with Fixes tag.


Takashi
diff mbox series

Patch

diff --git a/tools/testing/selftests/alsa/.gitignore b/tools/testing/selftests/alsa/.gitignore
index 3bb7c41266a8..2b0d11797f25 100644
--- a/tools/testing/selftests/alsa/.gitignore
+++ b/tools/testing/selftests/alsa/.gitignore
@@ -1 +1,2 @@ 
 mixer-test
+pcm-test