Message ID | 20220302180121.1717581-2-usama.anjum@collabora.com |
---|---|
State | Accepted |
Commit | c7b9c68fc01b468983c8f4745f400fa74c831005 |
Headers | show |
Series | [V2,1/3] selftests: add kselftest_install to .gitignore | expand |
On 3/2/22 11:01 AM, Muhammad Usama Anjum wrote: > Add generated files non-regular and null-argv to .gitignore file. > > Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> > --- > tools/testing/selftests/exec/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > 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* > Applied to linux-kselftest next for Linux 5.18-rc1 thanks, -- Shuah
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*
Add generated files non-regular and null-argv to .gitignore file. Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> --- tools/testing/selftests/exec/.gitignore | 2 ++ 1 file changed, 2 insertions(+)