mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
selftests: exec: update gitignore for load_address
The name of the "load_address" objects has been modified, but the corresponding entry in the gitignore file must be updated. Update the load_address entry in the gitignore file to account for the new names, adding an exception to keep on tracking load_address.c. Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
b79a038de6
commit
45a8897db6
1 changed files with 2 additions and 1 deletions
3
tools/testing/selftests/exec/.gitignore
vendored
3
tools/testing/selftests/exec/.gitignore
vendored
|
@ -9,7 +9,8 @@ execveat.ephemeral
|
|||
execveat.denatured
|
||||
non-regular
|
||||
null-argv
|
||||
/load_address_*
|
||||
/load_address.*
|
||||
!load_address.c
|
||||
/recursion-depth
|
||||
xxxxxxxx*
|
||||
pipe
|
||||
|
|
Loading…
Add table
Reference in a new issue