2018-06-20 22:55:17

by Anders Roxell

[permalink] [raw]
Subject: [PATCH] selftests: cgroup: add gitignore file

Add the executable 'test_memcontrol' to a .gitignore file.

Signed-off-by: Anders Roxell <[email protected]>
---
tools/testing/selftests/cgroup/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/selftests/cgroup/.gitignore

diff --git a/tools/testing/selftests/cgroup/.gitignore b/tools/testing/selftests/cgroup/.gitignore
new file mode 100644
index 000000000000..95eb3a53c381
--- /dev/null
+++ b/tools/testing/selftests/cgroup/.gitignore
@@ -0,0 +1 @@
+test_memcontrol
--
2.17.1



2018-07-26 07:09:10

by Anders Roxell

[permalink] [raw]
Subject: Re: [PATCH] selftests: cgroup: add gitignore file

On Thu, 21 Jun 2018 at 00:54, Anders Roxell <[email protected]> wrote:
>
> Add the executable 'test_memcontrol' to a .gitignore file.
>
> Signed-off-by: Anders Roxell <[email protected]>
> ---
> tools/testing/selftests/cgroup/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
> create mode 100644 tools/testing/selftests/cgroup/.gitignore
>
> diff --git a/tools/testing/selftests/cgroup/.gitignore b/tools/testing/selftests/cgroup/.gitignore
> new file mode 100644
> index 000000000000..95eb3a53c381
> --- /dev/null
> +++ b/tools/testing/selftests/cgroup/.gitignore
> @@ -0,0 +1 @@
> +test_memcontrol
> --
> 2.17.1
>

Ping.