aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Usama Anjum <[email protected]>2022-03-02 23:01:19 +0500
committerShuah Khan <[email protected]>2022-03-03 15:17:04 -0700
commitc7b9c68fc01b468983c8f4745f400fa74c831005 (patch)
tree7f47d8b42f4ecdc30e84f96c3c915d2e4c114632
parentedcb647b4bfb19674d58bff2e6ef96e0dbcccfdf (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/.gitignore2
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*