2018-09-05 02:39:00

by Lei Yang

[permalink] [raw]
Subject: [PATCH] sysctl: kselftests: add test_core to .gitignore

Update .gitignore files.

Signed-off-by: Lei Yang <[email protected]>
---
tools/testing/selftests/cgroup/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/cgroup/.gitignore b/tools/testing/selftests/cgroup/.gitignore
index 95eb3a5..adacda5 100644
--- a/tools/testing/selftests/cgroup/.gitignore
+++ b/tools/testing/selftests/cgroup/.gitignore
@@ -1 +1,2 @@
test_memcontrol
+test_core
--
1.9.1



2018-09-05 03:07:47

by Lei Yang

[permalink] [raw]
Subject: Re: [PATCH] sysctl: kselftests: add test_core to .gitignore

sorry, the title should be :"cgroup: kselftests: add test_core to
.gitignore"

Lei



On 2018年09月05日 10:39, Lei Yang wrote:
> Update .gitignore files.
>
> Signed-off-by: Lei Yang <[email protected]>
> ---
> tools/testing/selftests/cgroup/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/cgroup/.gitignore b/tools/testing/selftests/cgroup/.gitignore
> index 95eb3a5..adacda5 100644
> --- a/tools/testing/selftests/cgroup/.gitignore
> +++ b/tools/testing/selftests/cgroup/.gitignore
> @@ -1 +1,2 @@
> test_memcontrol
> +test_core


2018-09-05 16:50:45

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] sysctl: kselftests: add test_core to .gitignore

On 09/04/2018 09:08 PM, lei yang wrote:
> sorry, the title should be :"cgroup: kselftests: add test_core to .gitignore"
>
> Lei
>
>
>
> On 2018年09月05日 10:39, Lei Yang wrote:
>> Update .gitignore files.
>>
>> Signed-off-by: Lei Yang <[email protected]>
>> ---
>>   tools/testing/selftests/cgroup/.gitignore | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/tools/testing/selftests/cgroup/.gitignore b/tools/testing/selftests/cgroup/.gitignore
>> index 95eb3a5..adacda5 100644
>> --- a/tools/testing/selftests/cgroup/.gitignore
>> +++ b/tools/testing/selftests/cgroup/.gitignore
>> @@ -1 +1,2 @@
>>   test_memcontrol
>> +test_core
>
>

Please resend with the correct summary.

thanks,
-- Shuah