diff options
author | Lei Yang <Lei.Yang@windriver.com> | 2018-09-06 13:47:23 +0800 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-09-06 12:24:47 -0600 |
commit | 7035c568999d6774ff35459a0280eb33e0207168 (patch) | |
tree | bc60538bedced0022fb2396b8ed1a17cae878ee7 /tools | |
parent | 4d85af102a66ee6aeefa596f273169e77fb2b48e (diff) | |
download | linux-stable-7035c568999d6774ff35459a0280eb33e0207168.tar.gz linux-stable-7035c568999d6774ff35459a0280eb33e0207168.tar.bz2 linux-stable-7035c568999d6774ff35459a0280eb33e0207168.zip |
cgroup: kselftests: add test_core to .gitignore
Update .gitignore file.
Signed-off-by: Lei Yang <Lei.Yang@windriver.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools')
-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 index 95eb3a53c381..adacda50a4b2 100644 --- a/tools/testing/selftests/cgroup/.gitignore +++ b/tools/testing/selftests/cgroup/.gitignore @@ -1 +1,2 @@ test_memcontrol +test_core |