From: Yo-Jung (Leo) Lin <0xff07@gmail.com> Date: Sun, 25 Aug 2024 09:53:50 +0000 (+0800) Subject: pm-graph: Make git ignore sleepgraph.py artifacts X-Git-Tag: v6.12-rc1~217^2^4~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd7c445beb7baf0ed071aba94341857b07fde69b;p=thirdparty%2Fkernel%2Flinux.git pm-graph: Make git ignore sleepgraph.py artifacts By default, sleepgraph.py creates suspend-{date}-{time} directories to store artifacts, or suspend-{date}-{time}-xN if the --multi option is used. Ignore those directories by adding a .gitignore file. Signed-off-by: Yo-Jung (Leo) Lin <0xff07@gmail.com> Acked-by: Todd Brandt Link: https://patch.msgid.link/20240825095353.7578-1-0xff07@gmail.com [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki --- diff --git a/tools/power/pm-graph/.gitignore b/tools/power/pm-graph/.gitignore new file mode 100644 index 0000000000000..37762a8a06d6f --- /dev/null +++ b/tools/power/pm-graph/.gitignore @@ -0,0 +1,3 @@ +# sleepgraph.py artifacts +suspend-[0-9]*-[0-9]* +suspend-[0-9]*-[0-9]*-x[0-9]*