mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 22:36:17 +01:00
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: dd2c6ec24f ("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>
This commit is contained in:
parent
2c75a8d92c
commit
8429538c2c
1 changed files with 1 additions and 0 deletions
1
tools/testing/selftests/mm/.gitignore
vendored
1
tools/testing/selftests/mm/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue