Skip to content

Commit 8429538

Browse files
committed
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: dd2c6ec ("selftests/mm: remove virtual_address_range test") Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Cc: SeongJae Park <sj@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 2c75a8d commit 8429538

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/testing/selftests/mm/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ uffd-unit-tests
3232
uffd-wp-mremap
3333
mlock-intersect-test
3434
mlock-random-test
35+
virtual_address_range
3536
gup_test
3637
va_128TBswitch
3738
map_fixed_noreplace

0 commit comments

Comments
 (0)