diff mbox series

selftests: ALSA: Add test-pcmtest-driver to .gitignore

Message ID 20230719114336.18409-1-tiwai@suse.de (mailing list archive)
State Accepted
Commit a2a93f4e2fd400907f89753025d1e4bebb64d4db
Headers show
Series selftests: ALSA: Add test-pcmtest-driver to .gitignore | expand

Commit Message

Takashi Iwai July 19, 2023, 11:43 a.m. UTC
It was forgotten to add the new binary to .gitignore.  Let's fix it.

Fixes: 10b98a4db11a ("selftests: ALSA: Add test for the 'pcmtest' driver")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 tools/testing/selftests/alsa/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Ivan Orlov July 19, 2023, 12:13 p.m. UTC | #1
On 7/19/23 15:43, Takashi Iwai wrote:
> It was forgotten to add the new binary to .gitignore.  Let's fix it.
> 
> Fixes: 10b98a4db11a ("selftests: ALSA: Add test for the 'pcmtest' driver")
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
> ---
>   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 2b0d11797f25..12dc3fcd3456 100644
> --- a/tools/testing/selftests/alsa/.gitignore
> +++ b/tools/testing/selftests/alsa/.gitignore
> @@ -1,2 +1,3 @@
>   mixer-test
>   pcm-test
> +test-pcmtest-driver

Looks good, thank you for doing this!

--
Kind regards,
Ivan Orlov
diff mbox series

Patch

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