From: Mark Brown Date: Fri, 25 Nov 2022 15:36:54 +0000 (+0000) Subject: kselftest/alsa: Add a .gitignore for the newly added PCM test X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=892a0797dbbce234822f3bef9011518ffca7072e;p=linux.git kselftest/alsa: Add a .gitignore for the newly added PCM test The newly added PCM test produces a binary which is not ignored by git when built in tree, fix that. Fixes: aba51cd0949a ("selftests: alsa - add PCM test") Signed-off-by: Mark Brown Reviewed-by: Jaroslav Kysela Link: https://lore.kernel.org/r/20221125153654.1037868-1-broonie@kernel.org Signed-off-by: Takashi Iwai --- diff --git a/tools/testing/selftests/alsa/.gitignore b/tools/testing/selftests/alsa/.gitignore index 3bb7c41266a88..2b0d11797f254 100644 --- a/tools/testing/selftests/alsa/.gitignore +++ b/tools/testing/selftests/alsa/.gitignore @@ -1 +1,2 @@ mixer-test +pcm-test