]> Git Repo - linux.git/commitdiff
samples/cgroup: add .gitignore file for generated samples
authorLinus Torvalds <[email protected]>
Wed, 24 Jan 2024 19:52:40 +0000 (11:52 -0800)
committerLinus Torvalds <[email protected]>
Wed, 24 Jan 2024 19:52:40 +0000 (11:52 -0800)
Make 'git status' quietly happy again after a full allmodconfig build.

Fixes: 60433a9d038d ("samples: introduce new samples subdir for cgroup")
Signed-off-by: Linus Torvalds <[email protected]>
samples/cgroup/.gitignore [new file with mode: 0644]

diff --git a/samples/cgroup/.gitignore b/samples/cgroup/.gitignore
new file mode 100644 (file)
index 0000000..3a01611
--- /dev/null
@@ -0,0 +1,3 @@
+/cgroup_event_listener
+/memcg_event_listener
+
This page took 0.053325 seconds and 4 git commands to generate.