diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-06-21 00:54:12 +0200 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-08-09 11:23:32 -0600 |
commit | a0dde8be2ab8a92ab512e99bea5343017b639c9e (patch) | |
tree | d47c1b55c109e592f46cc809866c85fffdc71e1f /tools/testing | |
parent | d863cb03fc5f913c98a9c5d7ecb66fb4a3b29bae (diff) | |
download | op-kernel-dev-a0dde8be2ab8a92ab512e99bea5343017b639c9e.zip op-kernel-dev-a0dde8be2ab8a92ab512e99bea5343017b639c9e.tar.gz |
selftests: cgroup: add gitignore file
Add the executable 'test_memcontrol' to a .gitignore file.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/cgroup/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/cgroup/.gitignore b/tools/testing/selftests/cgroup/.gitignore new file mode 100644 index 0000000..95eb3a5 --- /dev/null +++ b/tools/testing/selftests/cgroup/.gitignore @@ -0,0 +1 @@ +test_memcontrol |