Skip to content

Commit d0b2ea6

Browse files
committed
chore: ignore *.prof files
Add *.prof to .gitignore to exclude profiling output files.
1 parent f3a0f84 commit d0b2ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ go.work*
77
# profiling
88
*.test
99
*.out
10+
*.prof
1011

1112
# generic
1213
.DS_Store

0 commit comments

Comments
 (0)