From: Linus Torvalds Date: Fri, 13 Feb 2026 01:19:36 +0000 (-0800) Subject: tools/testing: keep legacy generated files around in .gitignore file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8429538c2c0420c65fbb4872966622b96ec36cea;p=thirdparty%2Fkernel%2Fstable.git tools/testing: keep legacy generated files around in .gitignore file People keep removing generated files from .gitignore files even when the files stay around. Please don't do that: just because the file is no longer being generated doesn't make it magically go away, and doesn't make it suddenly be something that should now not be ignored any more. Fixes: dd2c6ec24fca ("selftests/mm: remove virtual_address_range test") Cc: Lorenzo Stoakes Cc: SeongJae Park Cc: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore index 702e5723c35d..c2a8586e51a1 100644 --- a/tools/testing/selftests/mm/.gitignore +++ b/tools/testing/selftests/mm/.gitignore @@ -32,6 +32,7 @@ uffd-unit-tests uffd-wp-mremap mlock-intersect-test mlock-random-test +virtual_address_range gup_test va_128TBswitch map_fixed_noreplace