[PATCH] kselftest/alsa: Add a .gitignore for the newly added PCM test
![](https://secure.gravatar.com/avatar/d930951cb00393ecf9c3db3a56d78fa9.jpg?s=120&d=mm&r=g)
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(+)
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
![](https://secure.gravatar.com/avatar/a3dd0965b05b71c3dff6eb289eb43e59.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/5b19e9d0e834ea10ef75803718ad564b.jpg?s=120&d=mm&r=g)
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
participants (3)
-
Jaroslav Kysela
-
Mark Brown
-
Takashi Iwai