2018-09-06 05:47:17

by Lei Yang

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

Update .gitignore file.

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-06 23:00:14

by Shuah Khan

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

On 09/05/2018 11:47 PM, Lei Yang wrote:
> Update .gitignore file.
>
> 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
>


Thanks. Applied to linux-kselftest next

-- Shuah