mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-01 04:07:42 +08:00
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 <todd.e.brandt@linux.intel.com>
Link: https://patch.msgid.link/20240825095353.7578-1-0xff07@gmail.com
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
431c1646e1
commit
dd7c445beb
3
tools/power/pm-graph/.gitignore
vendored
Normal file
3
tools/power/pm-graph/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# sleepgraph.py artifacts
|
||||
suspend-[0-9]*-[0-9]*
|
||||
suspend-[0-9]*-[0-9]*-x[0-9]*
|
||||
Reference in New Issue
Block a user