From: Takashi Iwai Date: Wed, 19 Jul 2023 11:43:36 +0000 (+0200) Subject: selftests: ALSA: Add test-pcmtest-driver to .gitignore X-Git-Tag: v6.6.7~1940^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2a93f4e2fd400907f89753025d1e4bebb64d4db;p=platform%2Fkernel%2Flinux-starfive.git selftests: ALSA: Add test-pcmtest-driver to .gitignore It was forgotten to add the new binary to .gitignore. Let's fix it. Fixes: 10b98a4db11a ("selftests: ALSA: Add test for the 'pcmtest' driver") Link: https://lore.kernel.org/r/20230719114336.18409-1-tiwai@suse.de Signed-off-by: Takashi Iwai --- diff --git a/tools/testing/selftests/alsa/.gitignore b/tools/testing/selftests/alsa/.gitignore index 2b0d117..12dc3fc 100644 --- a/tools/testing/selftests/alsa/.gitignore +++ b/tools/testing/selftests/alsa/.gitignore @@ -1,2 +1,3 @@ mixer-test pcm-test +test-pcmtest-driver