[PATCH RESEND] selftests/cachestat: add tmpshmcstat file to .gitignore

Madhur Kumar posted 1 patch 2 months ago
tools/testing/selftests/cachestat/.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH RESEND] selftests/cachestat: add tmpshmcstat file to .gitignore
Posted by Madhur Kumar 2 months ago
Add the tmpshmcstat file to .gitignore to avoid
accidentally staging the build artifact

Signed-off-by: Madhur Kumar <madhurkumar004@gmail.com>
---
 tools/testing/selftests/cachestat/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/cachestat/.gitignore b/tools/testing/selftests/cachestat/.gitignore
index d6c30b43a4bb..abbb13b6e96b 100644
--- a/tools/testing/selftests/cachestat/.gitignore
+++ b/tools/testing/selftests/cachestat/.gitignore
@@ -1,2 +1,3 @@
 # SPDX-License-Identifier: GPL-2.0-only
 test_cachestat
+tmpshmcstat
-- 
2.51.0
Re: [PATCH RESEND] selftests/cachestat: add tmpshmcstat file to .gitignore
Posted by Shuah Khan 1 month, 3 weeks ago
On 10/13/25 03:51, Madhur Kumar wrote:
> Add the tmpshmcstat file to .gitignore to avoid
> accidentally staging the build artifact
> 
> Signed-off-by: Madhur Kumar <madhurkumar004@gmail.com>
> ---
>   tools/testing/selftests/cachestat/.gitignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/cachestat/.gitignore b/tools/testing/selftests/cachestat/.gitignore
> index d6c30b43a4bb..abbb13b6e96b 100644
> --- a/tools/testing/selftests/cachestat/.gitignore
> +++ b/tools/testing/selftests/cachestat/.gitignore
> @@ -1,2 +1,3 @@
>   # SPDX-License-Identifier: GPL-2.0-only
>   test_cachestat
> +tmpshmcstat

Applied to linux-ksefltest fixes branch for next rc.

thanks,
-- Shuah