Skip to content

Commit 45a8897

Browse files
javiercarrascocruzshuahkh
authored andcommitted
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 <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent b79a038 commit 45a8897

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/testing/selftests/exec/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ execveat.ephemeral
99
execveat.denatured
1010
non-regular
1111
null-argv
12-
/load_address_*
12+
/load_address.*
13+
!load_address.c
1314
/recursion-depth
1415
xxxxxxxx*
1516
pipe

0 commit comments

Comments
 (0)