diff options
| author | Li Zhijian <lizhijian@fujitsu.com> | 2024-11-22 15:36:00 +0800 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2024-11-24 10:31:13 +0100 |
| commit | 9d5ce1aa91db1b9dec9e06128b1ba241aeb004c2 (patch) | |
| tree | f1387a6f0bbd7e4d7514dd5bb79fe52d939723ea | |
| parent | d2913a07d9037fe7aed4b7e680684163eaed6bc4 (diff) | |
selftests/alsa: Add a few missing gitignore files
Compiled binary files should be added to .gitignore
'git status' complains:
Untracked files:
(use "git add <file>..." to include in what will be committed)
alsa/global-timer
alsa/utimer-test
Cc: Mark Brown <broonie@kernel.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Link: https://patch.msgid.link/20241122073600.1530791-1-lizhijian@fujitsu.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
| -rw-r--r-- | tools/testing/selftests/alsa/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/alsa/.gitignore b/tools/testing/selftests/alsa/.gitignore index 12dc3fcd3456..3dd8e1176b89 100644 --- a/tools/testing/selftests/alsa/.gitignore +++ b/tools/testing/selftests/alsa/.gitignore @@ -1,3 +1,5 @@ +global-timer mixer-test pcm-test test-pcmtest-driver +utimer-test |
