Message ID | 20241025014010.6533-1-lizhijian@fujitsu.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [for-next,1/7] selftests/alsa: Add a few missing gitignore files | expand |
On Fri, Oct 25, 2024 at 09:40:04AM +0800, Li Zhijian wrote: > index 12dc3fcd3456..1407fd24a97b 100644 > --- a/tools/testing/selftests/alsa/.gitignore > +++ b/tools/testing/selftests/alsa/.gitignore > @@ -1,3 +1,5 @@ > mixer-test > pcm-test > test-pcmtest-driver > +global-timer > +utimer-test > -- Please keep the file sorted, this avoids spurious conflicts in future.
On 25/10/2024 18:05, Mark Brown wrote: > On Fri, Oct 25, 2024 at 09:40:04AM +0800, Li Zhijian wrote: > >> index 12dc3fcd3456..1407fd24a97b 100644 >> --- a/tools/testing/selftests/alsa/.gitignore >> +++ b/tools/testing/selftests/alsa/.gitignore >> @@ -1,3 +1,5 @@ >> mixer-test >> pcm-test >> test-pcmtest-driver >> +global-timer >> +utimer-test >> -- > > Please keep the file sorted, this avoids spurious conflicts in future. Thanks for your review, will update it after get feedback on other patches.
diff --git a/tools/testing/selftests/alsa/.gitignore b/tools/testing/selftests/alsa/.gitignore index 12dc3fcd3456..1407fd24a97b 100644 --- a/tools/testing/selftests/alsa/.gitignore +++ b/tools/testing/selftests/alsa/.gitignore @@ -1,3 +1,5 @@ mixer-test pcm-test test-pcmtest-driver +global-timer +utimer-test
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> --- Cc: linux-sound@vger.kernel.org --- Hello, Cover letter is here. This patch set aims to make 'git status' clear after 'make' and 'make run_tests' for kselftests. --- V2: split as a separate patch from a small one [0] [0] https://lore.kernel.org/linux-kselftest/20241015010817.453539-1-lizhijian@fujitsu.com/ --- tools/testing/selftests/alsa/.gitignore | 2 ++ 1 file changed, 2 insertions(+)