Skip to content

Commit e6cb02f

Browse files
Update .gitignore
- Ignore BenchmarkDotNet profiler files. - Ignore Visual Studio profiler session files.
1 parent 8a53bfa commit e6cb02f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ ipch/
8888
*.VC.VC.opendb
8989

9090
# Visual Studio profiler
91+
*.diagsession
9192
*.psess
9293
*.vsp
9394
*.vspx
@@ -286,3 +287,7 @@ __pycache__/
286287
*.btm.cs
287288
*.odx.cs
288289
*.xsd.cs
290+
291+
# BenchmarkDotNet profiler files
292+
*.nettrace
293+
*.speedscope.json

0 commit comments

Comments
 (0)