diff options
author | Muhammad Usama Anjum <[email protected]> | 2022-03-02 23:01:19 +0500 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2022-03-03 15:17:04 -0700 |
commit | c7b9c68fc01b468983c8f4745f400fa74c831005 (patch) | |
tree | 7f47d8b42f4ecdc30e84f96c3c915d2e4c114632 | |
parent | edcb647b4bfb19674d58bff2e6ef96e0dbcccfdf (diff) |
selftests/exec: add generated files to .gitignore
Add generated files non-regular and null-argv to .gitignore file.
Signed-off-by: Muhammad Usama Anjum <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
-rw-r--r-- | tools/testing/selftests/exec/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/exec/.gitignore b/tools/testing/selftests/exec/.gitignore index 9e2f00343f15..90c238ba6a4b 100644 --- a/tools/testing/selftests/exec/.gitignore +++ b/tools/testing/selftests/exec/.gitignore @@ -7,6 +7,8 @@ execveat.moved execveat.path.ephemeral execveat.ephemeral execveat.denatured +non-regular +null-argv /load_address_* /recursion-depth xxxxxxxx* |