aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuhammad Usama Anjum <usama.anjum@collabora.com>2022-03-02 23:01:19 +0500
committerShuah Khan <skhan@linuxfoundation.org>2022-03-03 15:17:04 -0700
commitc7b9c68fc01b468983c8f4745f400fa74c831005 (patch)
tree7f47d8b42f4ecdc30e84f96c3c915d2e4c114632
parentselftests: add kselftest_install to .gitignore (diff)
downloadlinux-dev-c7b9c68fc01b468983c8f4745f400fa74c831005.tar.xz
linux-dev-c7b9c68fc01b468983c8f4745f400fa74c831005.zip
selftests/exec: add generated files to .gitignore
Add generated files non-regular and null-argv to .gitignore file. Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
-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*