Skip to content

Commit dd7c445

Browse files
0xff07rafaeljw
authored andcommitted
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 <[email protected]> Acked-by: Todd Brandt <[email protected]> Link: https://patch.msgid.link/[email protected] [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 431c164 commit dd7c445

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/power/pm-graph/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# sleepgraph.py artifacts
2+
suspend-[0-9]*-[0-9]*
3+
suspend-[0-9]*-[0-9]*-x[0-9]*

0 commit comments

Comments
 (0)