Skip to content

Commit 9af0fc8

Browse files
committed
Chore: add ignore rules for trace artifacts
1 parent 87ea115 commit 9af0fc8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,9 @@ python/wheelhouse/
4646
# Temporary analysis files
4747
plot_commits_vs_duration.py
4848
commits_vs_duration_analysis.png
49-
rust/test_simple.rs
49+
rust/test_simple.rs
50+
# Profiling artifacts (do not commit)
51+
rust/delete_profile.trace/
52+
rust/delete_time_profile.xml
53+
rust/delete_time_sample.xml
54+
*.trace

0 commit comments

Comments
 (0)