Re: [PATCH 0/4] selftests: add missing gitignore files and include generated objects

From: Javier Carrasco
Date: Fri Jan 26 2024 - 05:11:35 EST


On 01.01.24 01:41, Javier Carrasco wrote:
> This series aims to keep the git status clean after building the
> selftests by adding some missing .gitignore files and object inclusion
> in existing .gitignore files. This is one of the requirements listed in
> the selftests documentation for new tests, but it is not always followed
> as desired.
>
> After adding these .gitignore files and including the generated objects,
> the working tree appears clean again.
>
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
> ---
> Javier Carrasco (4):
> selftests: netfilter: add sctp_collision to gitignore
> selftests: uevent: add missing gitignore
> selftests: thermal: intel: power_floor: add missing gitignore
> selftests: thermal: intel: workload_hint: add missing gitignore
>
> tools/testing/selftests/netfilter/.gitignore | 1 +
> tools/testing/selftests/thermal/intel/power_floor/.gitignore | 1 +
> tools/testing/selftests/thermal/intel/workload_hint/.gitignore | 1 +
> tools/testing/selftests/uevent/.gitignore | 1 +
> 4 files changed, 4 insertions(+)
> ---
> base-commit: 610a9b8f49fbcf1100716370d3b5f6f884a2835a
> change-id: 20240101-selftest_gitignore-7da2c503766e
>
> Best regards,

Gentle ping.

Best regards,
Javier Carrasco