Commit 45a8897d authored by Javier Carrasco's avatar Javier Carrasco Committed by Shuah Khan

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: default avatarJavier Carrasco <javier.carrasco.cruz@gmail.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent b79a038d
......@@ -9,7 +9,8 @@ execveat.ephemeral
execveat.denatured
non-regular
null-argv
/load_address_*
/load_address.*
!load_address.c
/recursion-depth
xxxxxxxx*
pipe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment