aboutsummaryrefslogtreecommitdiff
path: root/tools/cgroup/.gitignore
diff options
context:
space:
mode:
authorGravatar Greg Thelen <gthelen@google.com> 2013-01-04 13:05:17 -0800
committerGravatar Tejun Heo <tj@kernel.org> 2013-01-07 09:41:28 -0800
commit92e015b1cfc24e3cb072385f25171b8599cc7ef3 (patch)
tree465c64f5b337dcdec22adb6cb4aa82c5fe410bca /tools/cgroup/.gitignore
parentcgroup: implement cgroup_rightmost_descendant() (diff)
downloadlinux-92e015b1cfc24e3cb072385f25171b8599cc7ef3.tar.gz
linux-92e015b1cfc24e3cb072385f25171b8599cc7ef3.tar.bz2
linux-92e015b1cfc24e3cb072385f25171b8599cc7ef3.zip
cgroups: move cgroup_event_listener.c to tools/cgroup
Move the cgroup_event_listener.c tool from Documentation into the new tools/cgroup directory. This change involves wiring cgroup_event_listener.c into the tools/ make system so that is can be built with: $ make tools/cgroup Signed-off-by: Greg Thelen <gthelen@google.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/cgroup/.gitignore')
-rw-r--r--tools/cgroup/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cgroup/.gitignore b/tools/cgroup/.gitignore
new file mode 100644
index 000000000000..633cd9b874f9
--- /dev/null
+++ b/tools/cgroup/.gitignore
@@ -0,0 +1 @@
+cgroup_event_listener